• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

External jar for Web Project

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi.. everyone.
I need to run web project using Tomcat Server.
The problme is caused by 'External Jar'.
I built my web project in Eclipse and I build the path 'External jar' using tool.
and It's working very well when I run server in Eclipse.

But I need to run this web project not using Eclipse tool.
That is, what I want to do is
1) deploy war file that I make
2) start tomcat
and see It's working...

Again.. Is ther anybody who have experience to use external jar file within Tomcat??
I cannot find where I have to set my classpath for external jar file.

Please don't mention to put 'jar files' into lib folder.
Thanks!!

 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

i jj wrote:Please don't mention to put 'jar files' into lib folder.


Why not? It's the correct place to put dependency jars.
 
reply
    Bookmark Topic Watch Topic
  • New Topic