• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

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: 67752
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.
 
I do some of my very best work in water. Like this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic