Re: Tomcat unable to find jars when deployed from Eclipse

2008-09-25 Thread Bai Shen
Am I doing something wrong, or am I stuck with the only solution being to put them in the WebContent\WEB-INF\lib dir? The alternative is to go to the Java EE Module Dependencies page of the project's properties. You should see your build time jars listed there. Check them to include

Tomcat unable to find jars when deployed from Eclipse

2008-09-24 Thread Bai Shen
I'm running Eclipse 3.4 with Tomcat 6.0.18 configured as a server. After a bit of consternation, I was able to see my test html and jsp files. However, for some reason, my servlet doesn't see the jar files it needs unless I put them in WebContent\WEB-INF\lib. Now I've already defined them in

RE: Tomcat unable to find jars when deployed from Eclipse

2008-09-24 Thread Larry Isaacs
-Original Message- From: Bai Shen [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 24, 2008 2:54 PM To: Tomcat Users List Subject: Tomcat unable to find jars when deployed from Eclipse I'm running Eclipse 3.4 with Tomcat 6.0.18 configured as a server. After a bit