RE: tomcat 4.0 and struts problem

2001-10-04 Thread Arnaud Héritier
Verify if your error-page tags are defined before any taglib tag. Tomcat 4 not allows to declare taglib before error-page, even though tomcat 3 accepts it. -Message d'origine- De: Viet Kevin [SMTP:[EMAIL PROTECTED]] Date: jeudi 4 octobre 2001 16:52 À:[EMAIL PROTECTED] Objet:

RE: tomcat 4.0 and struts problem

2001-10-04 Thread Brett Porter
Title: RE: tomcat 4.0 and struts problem Hi, There was a similar problem discussed last week. My solution at the time was similar, and a bit dodgy :) I've just read the Tomcat 4 Class Loader HOWTO today and that explains the problems - as you've said its all to do with XML parsers. I think

RE: Tomcat 4.0 and Struts.

2001-10-01 Thread Domingo Aguilera
I made a mistake when writing about the location of the xml parser... It is Xerces 1.4.1 and is placed in $TOMCAT/webapps/myapp/WEB-INF/lib -Mensaje original- De: Domingo Aguilera [mailto:[EMAIL PROTECTED]] Enviado el: Lunes, 01 de Octubre de 2001 12:47 p.m. Para: [EMAIL PROTECTED]

RE: Tomcat 4.0 and Struts.

2001-10-01 Thread Brett Porter
Title: RE: Tomcat 4.0 and Struts. I had the same problem. I removed jaxp.jar from the tomcat lib directory, as it seemed to be conflicting with Xerces. Removing Xerces from the classpath also works, but I use another library that depends on it. Cheers, Brett -Original Message- From

RE: Tomcat 4.0 and Struts.

2001-10-01 Thread Domingo Aguilera
Title: RE: Tomcat 4.0 and Struts. There is no jaxp.jar in $TOMCAT/lib but these files: jasper-runtime.jar naming-factory.jar In $TOMCAT/commons/lib are the crimson files: crimson.jar and jaxp.jar , but don't know if you are talking about these files. Thanks. -Mensaje original-De

RE: Tomcat 4.0 and Struts.

2001-10-01 Thread Brett Porter
Title: RE: Tomcat 4.0 and Struts. yep, sorry. $CATALINA_HOME/common/lib/jaxp.jar was the one I renamed. This may or may not be the best solution, but I haven't encountered any problems so far. AFAIK Xerces contains all the classes supplied by JAXP, but not vice-versa. Cheers, Brett