Lorenzo wrote:
> Hi all,
>
> i need to change axis2 services path from 
>
> http://localhost:8080/axis2/services/myService
>
> to
>
> http://localhost:8080/axis2/myService
>
> (possibly without move .aar archives) but i didn't find where to do it..
>   
You can do that by adding following two parameters into axis2.xml

 <parameter name="contextRoot">/axis2</parameter>
    <parameter name="servicePath">myService</parameter>

Thanks
Deepal



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to