We've solved it. It seems the problem is the token bug of jdk1.3.1.
We've overpassed it initializing the TOMCAT_OPT to "-classic" inside the
file tomcat/lib/tomcat.sh
Thanks anyway
Enric
-----Mensaje original-----
De: Randy Layman [mailto:[EMAIL PROTECTED]]
Enviado el: viernes, 24 de agosto de 2001 13:05
Para: [EMAIL PROTECTED]
Asunto: RE: Trying to start Tomcat without jaxp.jar and parser.jar
You might try using Tomcat 3.3 - it segments the class loaders off
so that what Tomcat needs you don't see, allowing multiple implementations
of API, like XML parsers.
Randy
> -----Original Message-----
> From: Enric Staromiejski [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 24, 2001 6:28 AM
> To: [EMAIL PROTECTED]
> Subject: Trying to start Tomcat without jaxp.jar and parser.jar
>
>
> We need to start Tomcat without having jaxp.jar and
> parser.jar within de
> tomcat/lib directory. When doing this we get exceptions
> (Segment fault). Our
> need comes from the fact that we're trying to start Cocoon 2.0b2 under
> Tomcat. We're getting and exception related to the use of
> jaxp and parser by
> Tomcat. All docs, faqs, and list are saying that the solution
> is removing or
> renaming the jaxp.jar and the parser.jar under tomcat/lib and
> putting there
> the Xerces_xxx.jar. But When doing this Tomcat simply is
> unable to start.
>
>
> Any help would be appreciated
>
> Enric
>