You are asking to break the monolithic AxisServlet into discrete units which of course is not plausible The solution I propose to you is to establish differing Tomcat Hosts and configure each AxisServlet on each host with differing appBase
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]>; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2006 3:23 PM Subject: RE: Change location of web service Hi Martin I am getting more confused by that, actually I am very much new to web servcies just started a week ago and I am using the the most basic way to deploy the web service but the problem I faced is, there are so many web services available in tomcat/webapps/axis/WEB_INF/ and each share commor libraries therefore I want to seperate each web service, I mean to say I want to make each web service independent. I am not able to understandthe the term "establishing unique hosts for each configuration" and "absolute pathname or relative pathname". Is their any basic method that I can apply. Thanks Rahul -----Original Message----- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 2:55 PM To: [email protected] Subject: Re: Change location of web service 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]
