Re: Classloading problem

2004-08-31 Thread Erik Weber
calhost is .xml Inside, path and docBase are untouched. No war extensions anywhere. BTW, these are tomcat 5.0.16, just in case. -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 5:17 PM To: Struts Users Mailing List Subject: Re: Classloading problem

RE: Classloading problem

2004-08-31 Thread Ivan Vasquez
: Struts Users Mailing List Subject: Re: Classloading problem [eweber]$ jar tf $TOMCAT_HOME/webapps/Foo.war . . . META-INF/context.xml META-INF/MANIFEST.MF . . . Right? Erik Ivan Vasquez wrote: >Erik, here goes my context.xml, Tomcat renames it the same as the app's >directory. I

Re: Classloading problem

2004-08-31 Thread Erik Weber
-Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:30 PM To: Struts Users Mailing List Subject: Re: Classloading problem I have tried this repeatedly. I am using the same Foo.xml file that does work when placed in conf/Catalina/local

RE: Classloading problem

2004-08-31 Thread Ivan Vasquez
Yes. And I just deployed a war with my config to another server to double-check. -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 5:17 PM To: Struts Users Mailing List Subject: Re: Classloading problem [eweber]$ jar tf $TOMCAT_HOME/webapps

Re: Classloading problem

2004-08-31 Thread Erik Weber
ssage- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:30 PM To: Struts Users Mailing List Subject: Re: Classloading problem I have tried this repeatedly. I am using the same Foo.xml file that does work when placed in conf/Catalina/localhost/. I have tried with and wi

Re: Classloading problem

2004-08-31 Thread Erik Weber
ssage- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 4:30 PM To: Struts Users Mailing List Subject: Re: Classloading problem I have tried this repeatedly. I am using the same Foo.xml file that does work when placed in conf/Catalina/localhost/. I have tried with and wi

RE: Classloading problem

2004-08-31 Thread Ivan Vasquez
gt;>classes and resources in $CATALINA_HOME/common/classes, as well as >>>>>classes and resources in JAR files under the >>>>>$CATALINA_HOME/commons/endorsed and $CATALINA_HOME/common/lib >>>>>directories, are made visible through this class loader. &

Re: Classloading problem

2004-08-31 Thread Erik Weber
them are required by Tomcat. Ivan. -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 12:52 PM To: Struts Users Mailing List Subject: Re: Classloading problem I have been using 5.0.27, putting my JDBC drivers in common/lib, and my struts jar

Re: Classloading problem

2004-08-31 Thread Kris Schneider
r. > >>> > >>>Shared - This class loader is the place to put classes and resources > >>>that you wish to share across ALL web applications (unless Tomcat > >>>internal classes also need access, in which case you should put them in > >>>th

RE: Classloading problem

2004-08-31 Thread Ivan Vasquez
ature). Hope that helps, let me know if that doesn't work for you. Thanks! Ivan. -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 3:10 PM To: Struts Users Mailing List Subject: Re: Classloading problem Also, since you appear to be trying

Re: Classloading problem

2004-08-31 Thread Erik Weber
. Ivan. -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 12:52 PM To: Struts Users Mailing List Subject: Re: Classloading problem I have been using 5.0.27, putting my JDBC drivers in common/lib, and my struts jars in WEB-INF/lib of each applica

Re: Classloading problem

2004-08-31 Thread Kris Schneider
s well as classes and resources in JAR > >files under $CATALINA_BASE/shared/lib, are made visible through this > >class loader. > > > > > > > >In our case we want to share jars common to all applications, but none > >of them are required by Tomcat. &g

Re: Classloading problem

2004-08-31 Thread Erik Weber
List Subject: Re: Classloading problem I have been using 5.0.27, putting my JDBC drivers in common/lib, and my struts jars in WEB-INF/lib of each application, and haven't had any problems. Why do you say "incorrectly"? Erik Ivan Vasquez wrote: We have Tomcat 5.0.16 and were

Re: Classloading problem

2004-08-31 Thread Erik Weber
: Tuesday, August 31, 2004 12:52 PM To: Struts Users Mailing List Subject: Re: Classloading problem I have been using 5.0.27, putting my JDBC drivers in common/lib, and my struts jars in WEB-INF/lib of each application, and haven't had any problems. Why do you say "incorrectly"? Er

RE: Classloading problem

2004-08-31 Thread Ivan Vasquez
common to all applications, but none of them are required by Tomcat. Ivan. -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 12:52 PM To: Struts Users Mailing List Subject: Re: Classloading problem I have been using 5.0.27, putting my JDBC

Re: Classloading problem

2004-08-31 Thread Erik Weber
I have been using 5.0.27, putting my JDBC drivers in common/lib, and my struts jars in WEB-INF/lib of each application, and haven't had any problems. Why do you say "incorrectly"? Erik Ivan Vasquez wrote: We have Tomcat 5.0.16 and were incorrectly placing common jars (such as JDBC drivers) in /c