This may or not be related, but I thought I'd throw it in there just in
case. I tried upgrading Tomcat 4.0.1 to Tomcat 4.0.3.. I then tried moving
a copy of the same cocoon.WAR that existed in webapps previously into the
new 4.0.3 webapps directory. I received a
java.lang.NoClassDefFoundException on xml.transform.Source, which exists
in the xml-apis.jar. After reading up on Tomcat classloading, I found that
it goes in the order /webapp/WEB-INF/classes, followed by
/webapp/WEB-INF/lib, followed by Tomcat classes, lib, and common. I'm not
sure what could be going wrong.. so for now I'm sticking with 4.0.1, but
I'm still somewhat concerned.

Liam Morley


On Thu, 4 Apr 2002, Vadim Gritsenko wrote:

> Strange :-/
>
> In the end, it really does not matter as Tomcat 4.0.4 does not have
> these issues.
>
> Vadim
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, April 04, 2002 2:34 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: XML Reader giving problems
> >
> > Vadim,
> > My extra class path in web.xml is setup correctly.
> > Nevertheless I need the batik jar in both locations.
> >
> > -Horst
> >
> > ----- Original Message -----
> > From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
> > > Files/Apache
> > > Do you have correct extra classpath set up in the web.xml? Cocoon
> should
> > > pick batik from there (last time I checked it was working Ok).
> >
> >
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to