You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Erwin Liem <li...@toplink.de> on 2007/08/17 09:37:00 UTC

Changing url endpoint

Hello,

I'm currently developing a webservice based on Axis. The service URL
deployed is normally http://myserver.com/project/MyService. Is there a
possibility to change this, so that the service is available at
http://myserver.com/MyService.

Need assistance. Thank you!

Yours,
Erwin


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: Changing url endpoint

Posted by Upul Godage <up...@gmail.com>.
Hi,

You can deploy the web application in the root context.  How it is done
depends on the used application server.
For example in Tomcat,
http://www.javafaq.nu/news/java-tools-and-performance-tips/deploy-tomcat-apllication-in-root.html
For JBoss,
http://wiki.jboss.org/wiki/Wiki.jsp?page=SetupARootContextApp

Upul


On 8/17/07, Erwin Liem <li...@toplink.de> wrote:
>
>
> Hello,
>
> I'm currently developing a webservice based on Axis. The service URL
> deployed is normally http://myserver.com/project/MyService. Is there a
> possibility to change this, so that the service is available at
> http://myserver.com/MyService.
>
> Need assistance. Thank you!
>
> Yours,
> Erwin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>