set up of SOAP on TOMCAT

2002-02-12 Thread rajiv rao
hi I installed apache SOAP but not completely. I am unable to set the classpath for the server, I don't know where to update the classpath to make server load SOAP.jar, mail.jar, xerces.jar and activation.jar. Is it catalina file ? Any suggestions. -rajiv

Re: set up of SOAP on TOMCAT

2002-02-12 Thread Aczel Csilla
For the sake of proper working just copy the soap.war file (provided with SOAP) into TOMCAT_HOME\webapps directory (if you use v4.0.1). When you start Tomcat it will decompress the archive. You should place all necessary jar files into TOMCAT_HOME\lib directory, but I think you can also use the

Re: set up of SOAP on TOMCAT

2002-02-12 Thread rajiv rao
Thanks Aczel, It worked. I placed my SOAP.jar in TOMCAT_HOME\lib directory I am using win2k. Hope this will help many beginners. rajiv --- Aczel Csilla [EMAIL PROTECTED] wrote: For the sake of proper working just copy the soap.war file (provided with SOAP) into

Re: set up of SOAP on TOMCAT

2002-02-12 Thread LaCom/Hanson
Just a word: It should also work if you copy the jars to the JDK_Home\jre\lib ext directory Cheers Peter Hanson - Original Message - From: rajiv rao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 12, 2002 1:53 PM Subject: Re: set up of SOAP on TOMCAT Thanks Aczel