Deploy my Service in a different war than axis2.war

2008-02-19 Thread Moley Harey
Hi folks! I have developed an Axis2 Web Service and to deploy and use it in Tomcat I generate the MyService.aar file and copy it into the "$CATALINA_HOME/webapps/axis2/WEB-INF/services" folder so it gets deployed correctly and is accesses in the url: http://localhost:8080/axis2/services/MyService

Re: Deploy my Service in a different war than axis2.war

2008-02-19 Thread jafaram
Yea..it's possible..because i am already doing that way "Moley Harey"

Re: Deploy my Service in a different war than axis2.war

2008-02-20 Thread Antonio Manuel Muñiz Martín
See this: http://wso2.org/library/90 2008/2/19, Moley Harey <[EMAIL PROTECTED]>: > > Hi folks! > > I have developed an Axis2 Web Service and to deploy and use it in Tomcat I > generate the MyService.aar file and copy it into the > "$CATALINA_HOME/webapps/axis2/WEB-INF/services" folder so it gets

Re: Deploy my Service in a different war than axis2.war

2008-02-20 Thread Moley Harey
Thanks Antonio, the tutorial was very useful!! 2008/2/20, Antonio Manuel Muñiz Martín <[EMAIL PROTECTED]>: > > See this: > > http://wso2.org/library/90 > > > 2008/2/19, Moley Harey <[EMAIL PROTECTED]>: > > > > Hi folks! > > > > I have developed an Axis2 Web Service and to deploy and use it in Tomc