Re: "WEB-INF/lib/myjar.jar doesn't contain file xyz..."

2005-08-12 Thread t.n.a.
Allistair Crossley wrote: >Can you post the full exception stack? > > Sorry, I'd love to but it...well...works now. Don't ask me why: tomcat was acting fairly peculiar by the time I'd thrown everything I could think of at it...maybe it was that. Then it stopped running both applications (even th

Re: "WEB-INF/lib/myjar.jar doesn't contain file xyz..."

2005-08-12 Thread Brian Cook
When I get this it is usually either because I miss spelled the library I was calling or because the permissions on the jar file are too restrictive to allow Tomcat to open it. i.e. I logged in and transfered the file as root and the tomcat user can not read it. I actually have a script now

RE: "WEB-INF/lib/myjar.jar doesn't contain file xyz..."

2005-08-12 Thread Allistair Crossley
Can you post the full exception stack? > -Original Message- > From: t.n.a. [mailto:[EMAIL PROTECTED] > Sent: 12 August 2005 16:19 > To: tomcat-user@jakarta.apache.org > Subject: "WEB-INF/lib/myjar.jar doesn't contain file xyz..." > > > Tomcat (5.5) seems reluctant to load a .jar file fro

Re: WEB-INF/lib directory?

2004-09-16 Thread Tim Funk
Correct. No subdirs. -Tim Bjørn T Johansen wrote: In Weblogic I can have subfolders in the lib directory, isn't this possible in Tomcat? It seems like I need to have all my jar files directly under the lib folder... - To unsub

RE: Y or N Q re: WEB-INF/lib

2002-12-10 Thread Price, Erik
> -Original Message- > From: Sexton, George [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 1:17 PM > To: Tomcat Users List > Subject: RE: Y or N Q re: WEB-INF/lib > > > I don't think you answer is quite right. Classes will not be > au

RE: Y or N Q re: WEB-INF/lib

2002-12-09 Thread Sexton, George
hapira, Yoav [mailto:[EMAIL PROTECTED]] Sent: 09 December, 2002 11:23 AM To: Tomcat Users List Subject: RE: Y or N Q re: WEB-INF/lib Howdy, He wasn't talking about serving anything to the user ;) Not about servlets specifically, which is where the invoker comes in. Just the class loader reloading

RE: Y or N Q re: WEB-INF/lib

2002-12-09 Thread Shapira, Yoav
ilto:[EMAIL PROTECTED]] >Sent: Monday, December 09, 2002 1:17 PM >To: Tomcat Users List >Subject: RE: Y or N Q re: WEB-INF/lib > >I don't think you answer is quite right. Classes will not be automatically >served under 4.0.6 unless the default invoker is configured in server.xml. &g

RE: Y or N Q re: WEB-INF/lib

2002-12-09 Thread Sexton, George
Yoav [mailto:[EMAIL PROTECTED]] Sent: 09 December, 2002 10:51 AM To: Tomcat Users List Subject: RE: Y or N Q re: WEB-INF/lib Hi, You have to restart the webapp. And for WEB-INF/classes, they'll only be automatically picked up if your context has reloadable="true" in its configur

RE: Y or N Q re: WEB-INF/lib

2002-12-09 Thread Shapira, Yoav
ECTED]] >Sent: Monday, December 09, 2002 12:24 PM >To: [EMAIL PROTECTED] >Subject: Y or N Q re: WEB-INF/lib > >Sorry to trouble you with this simple yes or no question (Tomcat 4.0.6): > >Classes placed in $CATALINA_HOME/myWebApp/WEB-INF/classes will be >automatically picked up by T

Y or N Q re: WEB-INF/lib

2002-12-09 Thread Price, Erik
Sorry to trouble you with this simple yes or no question (Tomcat 4.0.6): Classes placed in $CATALINA_HOME/myWebApp/WEB-INF/classes will be automatically picked up by Tomcat and served. Is the same true for JAR'd classes placed in $CATALINA_HOME/myWebApp/WEB-INF/lib ? or do I have to restart th

Re: WEB-INF/lib/SilverRuntime.jar

2002-01-28 Thread Christopher Cobb
plant floor. > http://stratuscom.ca > > > -----Original Message- > > From: Christopher Cobb [mailto:[EMAIL PROTECTED]] > > Sent: Monday, January 28, 2002 1:49 PM > > To: Tomcat Users List > > Subject: Re: WEB-INF/lib/SilverRuntime.jar > > > > &g

RE: WEB-INF/lib/SilverRuntime.jar

2002-01-28 Thread Greg Trasuk
- We use information technology to solve business problems on your plant floor. http://stratuscom.ca > -Original Message- > From: Christopher Cobb [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 1:49 PM > To: Tomcat Users List > Subject: Re: WEB-INF/lib/SilverRunti

Re: WEB-INF/lib/SilverRuntime.jar

2002-01-28 Thread Christopher Cobb
I should have mentioned that my environment is: tc 4.0.2-b2 jdk1.4.0-rc win2k cc Christopher Cobb wrote: > I have just started using Tomcat 4 for the first time (have used Tomcat 3.x for > a while) and I see that startup.sh does not access the user's CLASSPATH. I > think that's gre

Re: WEB-INF\lib

2001-09-11 Thread Craig R. McClanahan
On Tue, 11 Sep 2001, Antonio Trigo wrote: > Date: Tue, 11 Sep 2001 20:27:44 +0100 > From: Antonio Trigo <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "Tomcat-User (E-mail)" <[EMAIL PROTECTED]> > Subject: WEB-INF\lib > > Hi, > > How can i map de .jar files of my application? > The only

RE: WEB-INF/lib problems (Was: tomcat.policy and WEB-INF/lib?)

2001-08-20 Thread Noel L Yap
I haven't been able to get WEB-INF/lib to work. As a workaround I've been putting the jar files in tomcat/lib. It's been working fine so far. Now that you mention it, though, I think there were dup jar files when I was using WEB-INF/lib. I'll revisit this issue when I have more time. For now,

Re: WEB-INF/lib not used?

2001-08-17 Thread Noel L Yap
It's only in WEB-INF/lib (it worked when I put it in tomcat-dir/lib, but I know I don't really want to do that). Noel Do you have it anywhere else in your CLASSPATH? It should only be in your WEB-INF/lib directory... - r This communication is for informational purposes only. It is not in

Re: WEB-INF/lib not used?

2001-08-17 Thread Rob S.
Do you have it anywhere else in your CLASSPATH? It should only be in your WEB-INF/lib directory... - r

Re: WEB-INF/lib not used?

2001-08-17 Thread Noel L Yap
Yes, several times. Noel you restart tomcat? Noel L Yap wrote: > > I've just created a new web app. I'm able to bring up a trivial JSP so I'm > pretty sure I've done something right. However, when I try to do an import > within the JSP (eg "import com.epicentric.common.*") I get "Package > co

Re: WEB-INF/lib not used?

2001-08-17 Thread Noel L Yap
Sorry, I forgot to say that I'm using tomcat-3.2.3 and jdk-1.2.2. Thanks, Noel I've just created a new web app. I'm able to bring up a trivial JSP so I'm pretty sure I've done something right. However, when I try to do an import within the JSP (eg "import com.epicentric.common.*") I get "Packa

Re: WEB-INF/lib not used?

2001-08-17 Thread Peter Choe
you restart tomcat? Noel L Yap wrote: > > I've just created a new web app. I'm able to bring up a trivial JSP so I'm > pretty sure I've done something right. However, when I try to do an import > within the JSP (eg "import com.epicentric.common.*") I get "Package > com.epicentric.common not fo

Re: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Chris Bailey
I'm on RedHat Linux 6.2 i386, Apache 1.3.19, Tomcat 3.2.1. On 18 Apr 2001 12:50:31 +0100, [EMAIL PROTECTED] wrote: > I'm afraid to say its not a problem I've seen here. Which platform are you > running on? > > sam > > -Original Message- > > From: Chris Bailey [mailto:[EMAIL PROTECTED]] >

RE: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Chris Bailey
My jasper.log file only says what the scratch directory is, and not to modify any generated servlets. It doesn't list any classpath stuff. On 18 Apr 2001 06:28:16 -0400, [EMAIL PROTECTED] wrote: > I haven't noticed this problem. I have however noted that when Tomcat > starts up it doesn't list

Re: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Sam Newman
I'm afraid to say its not a problem I've seen here. Which platform are you running on? sam > -Original Message- > From: Chris Bailey [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 17, 2001 7:32 PM > To: [EMAIL PROTECTED] > Subject: WEB-INF/lib vs. TOMCAT_HOME/lib > > > The Tomcat autom

Re: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Oldeboershuis, Simon
eplies. > > Richard. > > -Original Message- > From: Wolle [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 18, 2001 11:38 AM > To: [EMAIL PROTECTED] > Subject: Re: WEB-INF/lib vs. TOMCAT_HOME/lib > > Hello, > i have set the properity jar files in the we

RE: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Taylor, Richard
ssage- From: Wolle [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:38 AM To: [EMAIL PROTECTED] Subject: Re: WEB-INF/lib vs. TOMCAT_HOME/lib Hello, i have set the properity jar files in the webapps/.../WEB-INF/lib/ dir, and this works fine (i haven't change any configuration

Re: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Wolle
Hello, i have set the properity jar files in the webapps/.../WEB-INF/lib/ dir, and this works fine (i haven't change any configuration for it). I use the Version 3.2.2b2 (perhaps that's important ?) Greetings, Michael Chad LaJoie wrote: > I haven't noticed this problem. I have however noted

RE: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Chad LaJoie
I haven't noticed this problem. I have however noted that when Tomcat starts up it doesn't list the jar for any of my webapps in it's initial classpath. If, however, I check my jasper.log it does list them. So you might want to just check that, Tomcat might be working right for you, you jus

RE: WEB-INF/lib vs. TOMCAT_HOME/lib

2001-04-18 Thread Taylor, Richard
I have the same problem and have posted the same thing before with no reply. I actually keep the jars in the WEB-INF/lib directory and add them to the Tomcat classpath with wrapper.properties (I'm starting as an NT service). This means a config change whenever I deploy a webapp which is far from i

RE: WEB-INF/lib PLEASE URGENT !

2001-02-08 Thread Kimpton,C (Chris)
Hi, > From: Joel Cordonnier [mailto:[EMAIL PROTECTED]] > > I use Tomcat 3.2 with Win2k > > I deploy an web application under webapps/MyApp. I use > a web.xml under webapps/MyApp/WEB-INF > > My main servlet is in webapps/MyApp/MyMainServlet. Is it a class file? I'd have thought you'd put it w

Re: WEB-INF/lib

2000-10-26 Thread Craig R. McClanahan
Kitching Simon wrote: > Yes, but as Craig pointed out in a correction > to an earlier email of mine, what tomcat > does when starting a context is not > to manipulate the classpath, but to > create & manipulate a ClassLoader. > > Changes to the path used by the > ClassLoader will not be visible i

RE: WEB-INF/lib

2000-10-25 Thread Kitching Simon
6:25 PM > To: '[EMAIL PROTECTED]' > Subject: RE: WEB-INF/lib > > Here is how to get your CLASSPATH at runtime: > > String classPath = System.getProperty( "java.class.path" ); > > > > -Original Message- > From: [EMAIL PROTECTED] [mai

RE: WEB-INF/lib

2000-10-25 Thread Kitching Simon
> -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, October 25, 2000 4:15 PM > To: [EMAIL PROTECTED] > Subject: RE: WEB-INF/lib > > > I am doing everything according to the docs and sun spec. But the class

RE: WEB-INF/lib

2000-10-25 Thread Steve Haines
Here is how to get your CLASSPATH at runtime: String classPath = System.getProperty( "java.class.path" ); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 7:15 AM To: [EMAIL PROTECTED] Subject: RE: WEB-INF/lib

RE: WEB-INF/lib

2000-10-25 Thread TDSlusser
cc: 10/25/2000 03:33Subject: RE: WEB-INF/lib AM Please r

Re: WEB-INF/lib

2000-10-25 Thread Craig R. McClanahan
Kitching Simon wrote: > Hi Ted, > > This functionality works fine in tomcat3.1. > I (and many others on this email list) use > this without problems. I am sure that tomcat3.2 > also does this, as this behaviour is defined in > sun's servlet specification. > > The files should be in application/WE

RE: WEB-INF/lib

2000-10-25 Thread Kitching Simon
Hi Ted, This functionality works fine in tomcat3.1. I (and many others on this email list) use this without problems. I am sure that tomcat3.2 also does this, as this behaviour is defined in sun's servlet specification. The files should be in application/WEB-INF/lib. Tomcat *does* add these to

RE: WEB-INF/lib

2000-10-24 Thread Kent
This is a known bug of Tomcat. |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]] |Sent: October 24, 2000 12:17 PM |To: [EMAIL PROTECTED] |Subject: WEB-INF/lib | | |Hi All, |