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