Re: question about WEB-INF/lib

2001-07-27 Thread djhutchison
18 PM Please respond to [EMAIL PROTECTED] To: [EMAIL 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 applicati

Re: question about WEB-INF/lib

2001-07-26 Thread grant . quail
ECTED]> on 07/25/2001 11:55:51 PM 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 wor

Re: question about WEB-INF/lib

2001-07-25 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 app

Re: question about WEB-INF/lib

2001-07-25 Thread grant . quail
L PROTECTED] 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 -- other

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 appl

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 associat

Re: question about WEB-INF/lib

2001-07-25 Thread Dmitri Colebatch
; > > > > > > Joseph D Toussaint <[EMAIL PROTECTED]> on 07/24/2001 11:55:44 AM > > > > > > Please respond to [EMAIL PROTECTED] > > > > > > To: [EMAIL PROTECTED] > > > cc: > > > > > > Subject: question a

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

Re: question about WEB-INF/lib

2001-07-25 Thread djhutchison
TECTED] 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

Re: question about WEB-INF/lib

2001-07-25 Thread djhutchison
TED]> 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:

Re: question about WEB-INF/lib

2001-07-24 Thread Joseph D Toussaint
> > (Just trying to add some weight to your claim and get it fixed if it is a > > bug. :o) > > > > Thanks, > > Dave > > > > > > > > > > > > Joseph D Toussaint <[EMAIL PROTECTED]> on 07/24/2001 11:55:44 A

Re: question about WEB-INF/lib

2001-07-24 Thread john regan
> > > > > > > > > > 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 > > &g

Re: question about WEB-INF/lib

2001-07-24 Thread Dmitri Colebatch
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 > havea

RE: question about WEB-INF/lib

2001-07-24 Thread Joseph D Toussaint
The jar file I have is a ".jar" file however it is a compressed jar file - does this matter? I seem to remember something about having to explictily add compressed jar files to a classpath where as the jvm would find all the uncompressed jar files in a directory if you just passed it the direct

RE: question about WEB-INF/lib

2001-07-24 Thread Andrew Inggs
Joseph D Toussaint wrote: > 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. What's the name of the JDBC file? If it

Re: question about WEB-INF/lib

2001-07-24 Thread djhutchison
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 directory should be found by the container when the app is

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 scr