Re: Tomcat v4.0.2 : doesn't find JAR files in the WEB-INF/lib

2002-02-28 Thread Lassie
Sriram Narayanan wrote: (snip) Hi Craig, The web-inf directory is already in capital letter on the windows file system. Is there another place, or another conf file I should check for this capital letter thing ? It really must be an issue of capital case. Here's how you could check.

Re: Tomcat v4.0.2 : doesn't find JAR files in the WEB-INF/lib

2002-02-28 Thread Mullen-Schultz, Gary
I too get this error. Here's what I see in the log: 2002-02-27 17:04:38 WebappLoader[/WebPro]: Deploy JAR /WEB-INF/lib/KSCDomainBusinessObjects72_022202.jar to D:\Tomcat\jakarta-tomcat-4.0.2\KSCWebApps\Correspondent\WebPro\WEB-INF\lib\K SCDomainBusinessObjects72_022202.jar ... (some stuff in

RE: Re: Tomcat v4.0.2 : doesn't find JAR files in the WEB-INF/lib

2002-02-28 Thread Mullen-Schultz, Gary
I should add that this exact configuration works under 4.0.1. We are running on Windows 2000. I too get this error. Here's what I see in the log: 2002-02-27 17:04:38 WebappLoader[/WebPro]: Deploy JAR /WEB-INF/lib/KSCDomainBusinessObjects72_022202.jar to

Tomcat v4.0.2 : doesn't find JAR files in the WEB-INF/lib

2002-02-27 Thread Lassie
Hi, Is somebody already aware of the following behavior : Tomcat is unable to find my JAR files, if I place them into the MY_CONTEXT/Web-inf/lib directory (classNotFoundException). This is only working when using %CATALINA_HOME%/lib or %CATALINA_HOME/common/lib. Is there a workaround for that

Re: Tomcat v4.0.2 : doesn't find JAR files in the WEB-INF/lib

2002-02-27 Thread Craig R. McClanahan
On Wed, 27 Feb 2002, Lassie wrote: Date: Wed, 27 Feb 2002 18:03:13 +0100 From: Lassie [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Tomcat v4.0.2 : doesn't find JAR files in the WEB-INF/lib Hi, Is somebody already aware of the following

Re: Tomcat v4.0.2 : doesn't find JAR files in the WEB-INF/lib

2002-02-27 Thread Lassie
Craig R. McClanahan wrote: On Wed, 27 Feb 2002, Lassie wrote: Hi, Is somebody already aware of the following behavior : Tomcat is unable to find my JAR files, if I place them into the MY_CONTEXT/Web-inf/lib directory (classNotFoundException). This is only working when using %CATALINA_HOME%/lib

Re: Tomcat v4.0.2 : doesn't find JAR files in the WEB-INF/lib

2002-02-27 Thread Sriram Narayanan
2/27/02 11:23:51 PM, Lassie [EMAIL PROTECTED] wrote: Craig R. McClanahan wrote: On Wed, 27 Feb 2002, Lassie wrote: Hi, Is somebody already aware of the following behavior : Tomcat is unable to find my JAR files, if I place them into the MY_CONTEXT/Web-inf/lib directory