> Should I create a dir under the soap context > > /opt/jakarta-tomcat-3.2.2/webapps/soap/WEB-INF/classes > > and drop my class files in there ??? > > What if I create a war file for my services - how will they be available > under the soap context if they are in their own war ?
I believe that other posts indicate you have resolved this, but I want to point out that your SOAP services cannot be packaged and deployed as a war file, because they do not constitute a web application (because they are of no use by themselves, specifically, without Apache SOAP), which is what is deployed as a war. The war file and deployment thereof are described rather briefly at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/deployment.html. Scott Nichol -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>