Hello, I have Tomcat 5 running in Windows XP. Now I want to install Apache SOAP and AXIS not copying the jar files into Tomcat5/common/lib but setting their paths in CLASSPATH, like installation instructions of SOAP and AXIS says. It doesn�t work (copying the files all works fine). This is my CLASSPATH:
"C:\Servidor web\AXIS 1.1\lib\axis.jar;C:\Servidor web\XML Security 1.1.0\libs\xmlsec.jar;C:\Servidor web\Xerces 2.5.0\xmlParserAPIs.jar;C:\Servidor web\Xerces 2.5.0\xml-apis.jar;C:\Servidor web\Xerces 2.5.0\xercesImpl.jar;C:\Servidor web\JAVA Mail 1.3.2ea\mail.jar;C:\Servidor web\JAF 1.0.2\activation.jar;C:\Servidor web\SOAP 2.3.1\lib\soap.jar;C:\WINDOWS\System32\QTJava.zip" Does Tomcat use this CLASSPATH? How can I tell Tomcat to use that? Thanks.
