[jboss-user] [JBoss Web Services] - Expose WS from default context

Paul Robinson do-not-reply at jboss.com
Mon Apr 2 08:01:29 EDT 2012


Paul Robinson [https://community.jboss.org/people/paul.robinson] created the discussion

"Expose WS from default context"

To view the discussion, visit: https://community.jboss.org/message/727722#727722

--------------------------------------------------------------
Hello,

I've named my war as ROOT.war and copied it to the deployments directory of JBoss-as-7.1.1.Final. I can access my servlet at the default context by visiting  http://localhost:8080/myServlet http://localhost:8080/myServlet. However, the WS endpoint is being deployed to the context named "ROOT":

 id=org.jboss.as.quickstarts.wsat.simple.RestaurantServiceATImpl
 address=http://localhost:8080/ROOT/RestaurantServiceAT
 implementor=org.jboss.as.quickstarts.wsat.simple.RestaurantServiceATImpl
 invoker=org.jboss.wsf.stack.cxf.JBossWSInvoker
 serviceName={http://www.jboss.com/jbossas/quickstarts/wsat/simple/Restaurant}RestaurantServiceATService
 portName={http://www.jboss.com/jbossas/quickstarts/wsat/simple/Restaurant}RestaurantServiceAT
 wsdlLocation=null
 mtomEnabled=false


Is this expected behavior? I expected the address to be this: " http://localhost:8080/RestaurantServiceAT http://localhost:8080/RestaurantServiceAT".

Thanks,

Paul.
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/727722#727722]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120402/00d913a3/attachment-0001.html 


More information about the jboss-user mailing list