aspose file tools
The moose likes JBoss and the fly likes How to change published web service address in JBoss6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "How to change published web service address in JBoss6" Watch "How to change published web service address in JBoss6" New topic
Author

How to change published web service address in JBoss6

Brad Maxwell
Greenhorn

Joined: Dec 03, 2012
Posts: 1
I'm porting our web service from JBoss 4 to JBoss6. The services are now published with the service name in the URL, which breaks all our existing clients.

How can I force the published address back to what it used to be?

JBoss 4, url is http://localhost:8080/MyServices/MyServiceBean
JBoss 6, url is http://localhost:8080/MyServices/MyServiceService/MyServiceBean

Service definition is all EJB annotations:



Thanks,
Brad
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to change published web service address in JBoss6
 
Similar Threads
Deploying James into JBoss6 AS with SnowDrop
JAX-WS2 and HTTPS
weblogic to jboss6 migration
JBoss4 to JBoss6 - InvalidClassException on org.hibernate.proxy.pojo.javassist.SerializableProxy
setting the endpoint url