RE: $CATALINA_HOME/shared deprecated? [was Re: NoClassDefFoundError With Tomcat 4.0.2 and Xalan 2.3.1]

2002-04-09 Thread Larry Isaacs
; classloader in the diagram shown on the document cited. Cheers, Larry > -Original Message- > From: Aditya [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 3:52 PM > To: Tomcat Users List > Subject: $CATALINA_HOME/shared deprecated? [was Re: > NoClassDefFoundE

$CATALINA_HOME/shared deprecated? [was Re: NoClassDefFoundError With Tomcat 4.0.2 and Xalan 2.3.1]

2002-04-09 Thread Aditya
4.0.4-B2-01 doesn't seem to include $CATALINA_HOME/shared in the classpath however the documentation still says that that's the place to put local, shared jars: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Thanks, Adi On Tue, Apr 09, 2002 at 01:38:27PM -0400, Larry

RE: NoClassDefFoundError With Tomcat 4.0.2 and Xalan 2.3.1

2002-04-09 Thread Larry Isaacs
Yes, it is a known issue for Tomcat 4.0.2 and 4.0.3. Putting the jars in $CATALINA_HOME/lib or $CATALINA_HOME/common/lib is the only workaround for these versions. To get the bugfix, you will need to upgrade to the nightly Tomcat 4.x or Tomcat 4.0.4-b1, or later. Cheers, Larry > -Original M

Re: NoClassDefFoundError with tomcat 4.0.2

2002-02-25 Thread Remy Maucherat
> My webapp works fine with tomcat 4.0.1. When using 4.0.2, I get an > exception when invoking my webapp: > java.lang.NoClassDefFoundError: javax/xml/transform/TransformerException > > If I copy xalan.jar from %catalina_home%\webapps\myapp\web-inf\lib to > %catalina_home%\lib, the problem no long

RE: NoClassDefFoundError with tomcat 4.0.2

2002-02-25 Thread Larry Isaacs
I believe you are experiencing Bugzilla bug 6374, see: Cheers, Larry > -Original Message- > From: Cole, Russ E [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 25, 2002 2:26 PM > To: [EMAIL PROTECTED] > Subject: NoClassDef