You would be able to accomplish the objective by establishing unique hosts for each configuration (and setting appBase to the location of your webapp files) be mindful that you will need either an absolute pathname or relative pathname (based on $CATALINA_BASE) For implementation details please view http://tomcat.apache.org/tomcat-5.5-doc/config/host.html
M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents ----- Original Message ----- From: "Gupta, Rahul" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, November 08, 2006 2:16 PM Subject: RE: Change location of web service Somebody plz help me out of this problem??????? -----Original Message----- From: Gupta, Rahul Sent: Wednesday, November 08, 2006 8:50 AM To: [email protected] Subject: Change location of web service Hi I installed axis into tomcats webapps folder and created my web services in tomcat/webapps/axis/WEB_INF/. Everything works fine. But now I want to integrate my web service classes into an existing java application for using same property files and so on. In different words: I want to have my classes in /java-application/ instead of tomcat/webapps/axis/WEB_INF/. How can I tell the axis servlet to look for the classes in the new location? Which files I have to change? Do I have to change the web.xml? My main motive behind this is, to have each web service independent of the other so that, their might not be any conflicts(if all web service shai commom jar files and if one jar is changed then other web service would be affected). Help me out if this problem. Thanks Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
