Re: question about WEB-INF/lib

2001-07-27 Thread djhutchison
PROTECTED] cc: Subject: Re: question about WEB-INF/lib The other side of the coin is that I know for a fact that web apps using JAR files in /WEB-INF/lib can run under Tomcat 3.2 (example: download Struts, deploy the struts-example.war application, restart Tomcat, and run it). So it's

Re: question about WEB-INF/lib

2001-07-26 Thread Craig R. McClanahan
On Wed, 25 Jul 2001 [EMAIL PROTECTED] wrote: Craig, this last bit caught my attention... Currently our application uses .jar files spread out all over the place, will tomcat v4 not work under those conditions? If you expect those JAR files to be visible to all of your web

Re: question about WEB-INF/lib

2001-07-26 Thread grant . quail
Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: question about WEB-INF/lib On Wed, 25 Jul 2001 [EMAIL PROTECTED] wrote: Currently our application uses .jar files spread out all over the place, will tomcat v4 not work under those conditions? If you expect those

Re: question about WEB-INF/lib

2001-07-25 Thread djhutchison
] on 07/24/2001 07:33:49 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: question about WEB-INF/lib Out of curiosity what are you runing tomcat on unix or nt? Maybe there is a diffrence between startup.bat and startup.sh??? joe On 25 Jul 2001 08:05:31 +1000

Re: question about WEB-INF/lib

2001-07-25 Thread djhutchison
] To: [EMAIL PROTECTED] cc: Subject: Re: question about WEB-INF/lib (a newbie speaks...) Are you looking for a workaround? When I saw this problem, I copied the jar file to tomcat's lib directory and it worked. I thought maybe I had misread something in the doc. Like I said, I'm new here, but I

Re: question about WEB-INF/lib

2001-07-25 Thread Craig R. McClanahan
On Wed, 25 Jul 2001 [EMAIL PROTECTED] wrote: This is my workaround as well, but it is not a very good solution. I often have multiple webapps running that need different versions of the same jar file. This becomes a real pain. Thanks, Dave If you have to modify the CLASSPATH to make

Re: question about WEB-INF/lib

2001-07-25 Thread Dmitri Colebatch
, Dave Joseph D Toussaint [EMAIL PROTECTED] on 07/24/2001 11:55:44 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: question about WEB-INF/lib It's my understanding that any jar files in the WEB-INF/lib

Re: question about WEB-INF/lib

2001-07-25 Thread Joseph D Toussaint
I'm pretty certain that my war file is set up correctly. In my WEB-INF/lib directoy I have jdbc jar file that tomcat can't find and the tomcat user manual for deploying tomcat applications says WEB-INF/lib/ - This directory contains JAR files that contain Java class files (and

Re: question about WEB-INF/lib

2001-07-25 Thread Craig R. McClanahan
The other side of the coin is that I know for a fact that web apps using JAR files in /WEB-INF/lib can run under Tomcat 3.2 (example: download Struts, deploy the struts-example.war application, restart Tomcat, and run it). So it's *not* as simple as saying Tomcat does not know how to load

Re: question about WEB-INF/lib

2001-07-25 Thread grant . quail
] To: [EMAIL PROTECTED] cc: Subject: Re: question about WEB-INF/lib PS: Classpath problems are so prevalent that Tomcat 4's startup scripts totally ignore the user's CLASSPATH variable. If you want to share JARs across multiple webapps, put them in $TOMCAT_HOME/lib -- otherwise, put them in the /WEB-INF

question about WEB-INF/lib

2001-07-24 Thread Joseph D Toussaint
It's my understanding that any jar files in the WEB-INF/lib directory should be found by the container when the app is deployed - however I havea jdbc driver in that directory and I'm getting a class not found exception. When ever I have set up tomcat before I've always edited the tomcat.sh

Re: question about WEB-INF/lib

2001-07-24 Thread djhutchison
Toussaint [EMAIL PROTECTED] on 07/24/2001 11:55:44 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: question about WEB-INF/lib It's my understanding that any jar files in the WEB-INF/lib directory should be found by the container when the app is deployed - however I

Re: question about WEB-INF/lib

2001-07-24 Thread Dmitri Colebatch
WEB-INF/lib It's my understanding that any jar files in the WEB-INF/lib directory should be found by the container when the app is deployed - however I havea jdbc driver in that directory and I'm getting a class not found exception. When ever I have set up tomcat before I've always

Re: question about WEB-INF/lib

2001-07-24 Thread john regan
: Subject: question about WEB-INF/lib It's my understanding that any jar files in the WEB-INF/lib directory should be found by the container when the app is deployed - however I havea jdbc driver in that directory and I'm getting a class not found exception. When ever I have

Re: question about WEB-INF/lib

2001-07-24 Thread Joseph D Toussaint
if it is a bug. :o) Thanks, Dave Joseph D Toussaint [EMAIL PROTECTED] on 07/24/2001 11:55:44 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: question about WEB-INF/lib It's my understanding that any jar files in the WEB-INF/lib