Hi, I solved my soap problem, by keeping class files for soap in physical folders and mentioning extra jars in soap->web.xml as extra-classpath params
Special thanks to Mr Nichol for his prompt and encouraging reply. From, iyyappan ----- Original Message ----- From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 1:27 PM Subject: Re: jar problems ; class path for soap.jar If you are installing Apache SOAP on Tomcat 4.x, please follow the instructions at http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-soap/java/docs/install/tomc at.html?rev=HEAD&content-type=text/html. Scott Nichol Do not send e-mail directly to this e-mail address, because it is filtered to accept only mail from specific mail lists. ----- Original Message ----- From: "iyy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 16, 2003 3:23 AM Subject: jar problems ; class path for soap.jar Hi, If I placed soap.jar under soap folder and mention it in classpath, my soap does not start. If I placed it under tomcat/common/lib , my soap starts without any problem. I need to keep soap.jar under soap folder... Any tips are welcome.. Thanks in advance..