My Friend  

Let me Explain...

I have an an  web based application hosted on a tomcat server (port :8080)
hence to access the application , i have to use the URL as follows

*http://<IP>:<port>/APP/index.jsp*

Now if  some reason , I have to expose some underlying methods  part's of
the same web Application  as SOAP 
requirement (Applying Axis2 config  on same web application) ,I have to use
the URL as follows

*http://<IP>:<port>/APP/services/abcd?wsdl*

What OTHER config changes / challenges  should i have to do   in Tomcat  for
multi usage ( browser / SOAP ) for the same ?


regards
Karthik






 




--
View this message in context: 
http://tomcat.10.x6.nabble.com/HOWTO-Same-web-application-serving-UI-SOAP-tp5005925p5005937.html
Sent from the Tomcat - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to