Yes, you're right. That was precisely our problem. We wanted to use
Xerces_1_4_1.jar insted of the default Tomcat's but when substituting them
with Xerces we had an exception. We've solved this initializing the
TOMCAT_OPT environment variable with "-classic". The problem is the jdk1.3.1
token bug under Linux.

Thanks anyway

-----Mensaje original-----
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En
nombre de Craig R. McClanahan
Enviado el: viernes, 24 de agosto de 2001 18:34
Para: [EMAIL PROTECTED]
Asunto: Re: Trying to start Tomcat without jaxp.jar and parser.jar


Sounds like you're trying this on Tomcat 3.2.  This version of Tomcat
*requires* an XML parser in the lib directory (or on the classpath) for
its own internal operations.

Craig

On Fri, 24 Aug 2001, Enric Staromiejski wrote:

> Date: Fri, 24 Aug 2001 12:28:02 +0200
> From: Enric Staromiejski <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> 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
>
>

Reply via email to