users@glassfish.java.net

Re: How to deploy different implementations of the same web service?

From: <glassfish_at_javadesktop.org>
Date: Mon, 27 Aug 2007 07:06:05 PDT

If you rename the WAR file, then the new "Context Root" will be the name of your new WAR file. For example, if your endpoint is currently available at: http://localhost:8080/current/HelloService?wsdl. This means your WAR is named as current.war. If you rename your WAR to new.war then the endpoint is accessible at: http://localhost:8080/new/HelloService?wsdl.

Is that what you want ?
[Message sent by forum member 'arungupta' (arungupta)]

http://forums.java.net/jive/thread.jspa?messageID=232721