I need to make sure the xerces.jar is found in the server classpath before
Tomcat's own xml.jar (jaxp.jar or whatever it is called).  This is the first
step in getting soap working.  I have followed the instructions and have not
been able to get it to work.  I have this in my Tomcat.bat file:


set CP=%TOMCAT_HOME%\lib\xerces.jar;%CP%

According to the docs, this should cause the server to find the org.w3c.dom
package in xerces.jar first, but it isn't working.

Is there any alternate way of doing it?

Thanks

Reply via email to