Re: jar's still not picked up in WEB-INF/lib

2000-11-02 Thread Leon Palermo
Then I would put these classes in $TOMCAT/lib. For example, I have our database pool classes, which are utilized by several projects, in there. > > I agree that you should not put application specific jar files in the main > $TOMCAT/lib directory because the jar files should reside with their >

RE: jar's still not picked up in WEB-INF/lib

2000-11-02 Thread Lagrue, John
-Original Message- From: Leon Palermo [mailto:[EMAIL PROTECTED]] Sent: 01 November 2000 18:05 To: [EMAIL PROTECTED] Subject: Re: jar's still not picked up in WEB-INF/lib I agree that you should not put application specific jar files in the main $TOMCAT/lib directory because th

RE: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Raghu Havaldar
27;s still not picked up in WEB-INF/lib I unpacked a jar file in the WEB-INF classes directory. It had a servlet and another class called by the servlet. The servlet could be run okay, but when the servlet tried to use the other class, it was not found. Are you saying that if I leave the clas

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
From: Raghu Havaldar To: '[EMAIL PROTECTED]' Sent: Wednesday, November 01, 2000 9:34 AM Subject: RE: jar's still not picked up in WEB-INF/lib The Context setup is for the web-app.   I do not think it is

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Martin Smith
I unpacked a jar file in the WEB-INF classes directory. It had a servlet and another class called by the servlet. The servlet could be run okay, but when the servlet tried to use the other class, it was not found. Are you saying that if I leave the classes in the jar and put the jar in WEB-INF/

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Leon Palermo
the WEB-INF/classes directory or you could make your own jar file of those classes.   -Leon  - Original Message - From: Bill Pfeiffer To: [EMAIL PROTECTED] Sent: Wednesday, November 01, 2000 10:28 AM Subject: Re: jar's still not picked up in WEB-IN

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
et my classpath I can control this.  How would you control it otherwise?   Bill Pfeiffer   - Original Message - From: Raghu Havaldar To: '[EMAIL PROTECTED]' Sent: Wednesday, November 01, 2000 10:42 AM Subject: RE: jar's still not picked up in WEB-INF

RE: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Raghu Havaldar
-Original Message-From: Bill Pfeiffer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 01, 2000 9:28 AMTo: [EMAIL PROTECTED]Subject: Re: jar's still not picked up in WEB-INF/lib Aside from the fact that it does not work in certain situations, why would you think it is

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
work.   Tried with 3.1 and 3.2beta6 on WinNT 4.0.   -raghu -Original Message-From: Leon Palermo [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 01, 2000 7:31 AMTo: [EMAIL PROTECTED]Subject: Re: jar's still not picked up in WEB-INF/lib I would de

RE: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Raghu Havaldar
.   -raghu -Original Message-From: Leon Palermo [mailto:[EMAIL PROTECTED]]Sent: Wednesday, November 01, 2000 7:31 AMTo: [EMAIL PROTECTED]Subject: Re: jar's still not picked up in WEB-INF/lib I would definitely set up a context in server.xml like this:    docBase="web

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
Forgot to mention, I'm using Tomcat 3.2beta6. - Original Message - From: Bill Pfeiffer To: Tomcat Sent: Wednesday, November 01, 2000 8:13 AM Subject: Re: jar's still not picked up in WEB-INF/lib I am experiencing the same problem that othe

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Leon Palermo
be available for all applications served by tomcat.   Leon Palermo Zedak Corporation Valhalla, NY - Original Message - From: Bill Pfeiffer To: Tomcat Sent: Wednesday, November 01, 2000 8:13 AM Subject: Re: jar's still not picked up in WEB-INF/lib I am exp

Re: jar's still not picked up in WEB-INF/lib

2000-11-01 Thread Bill Pfeiffer
I am experiencing the same problem that others have reported on this topic.  I explicitly set my Tomcat classpath to be sure of no redundancies in the jars.  I have a Tomcat startup batch file with one line that adds in all the jars in my WEB-INF\lib to the classpath explicitly.  When I comm