Hello !
I spent lots of time trying to get my SOAP service deployed and available and visible to Tomcat - I finally got it working by creating a directory structure that matched the package name for my class under the /tomcat/webapps/soap/WEB-INF/classes/ directory. I want to know how can I deploy a war / jar file that does not have to be part of the soap.war and the soap directory strcuture ? If I create a war file with my SOAP server classes in it - how do I tell soap to look outside the tomcat/webapps/soap structure and also at the /tomcat/webapps/MYSERVICE structure ??? If I create a jar file with my SOAP server classes in it - where can I place the jar for it to be accessible / available to Tomcat ? Thanks
This e-mail has been captured and archived by the ZANTAZ Digital Safe(tm) service. For more information, visit us at www.zantaz.com. IMPORTANT: This electronic mail message is intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by telephone or directly reply to the original message(s) sent. Thank you. |
- Re: SOAP context question Ryan Lambert
- Re: SOAP context question Scott Nichol