Title: RE: xalan/ xerces with tomcat-nt service

you need to comment out jaxp.jar and parser.jar

#wrapper.class_path=$(wrapper.tomcat_home)\lib\jaxp.jar
#wrapper.class_path=$(wrapper.tomcat_home)\lib\parser.jar

Charlie

-----Original Message-----
From: Grzegorz Zachejski [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 8:31 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: xalan/ xerces with tomcat-nt service


Hello,

I have a problem with running Tomcat(as a NT-service)with xalan2/xerces.

Firstly, I have installed tomcat, and I could run simple servlets.
But I also needed xalan/xerces for working with XML. So I added xalan.jar
and xerces.jar to classpath. What I got was a NullPointerException when
Itried to run examples provided with XALAN 2 package.
When I copied this jar-files to the <tomcat-dir>\lib directory, and I added
two lines to the wrapper.properties file
wrapper.class_path=$(wrapper.tomcat_home)\lib\xalan.jar
wrapper.class_path=$(wrapper.tomcat_home)\lib\xerces.jar
the server worked for a moment,but when I stopped a service, and wanted to
start it again, it only reported me an error 2140.

How should I integrate Tomcat with xalan/xerces ?


GZ
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Reply via email to