Hi, 1) webservices is a subcontext used by default, you can configure the subcontext using the system property "tomee.jaxws.subcontext" (see http://openejb.apache.org/system-properties-files.html). To remove it use "" or "/" 2) for the pattern after the subcontext you can either use the glassfish sun-ejb-jar.xml descriptor but the best solution is to use the openejb-jar.xml: https://cwiki.apache.org/GMOxKB/how-do-i-specify-a-different-endpoint-address-for-my-web-service.html
- Romain 2012/5/14 georgenis <[email protected]> > Hello Community, > > i want to configure the URL of my webservices. My current URL's are > http://localhost:8080/{project-name}/webservices/{webserviceImpl-class}, i > want to change it, but how can i configure it in TomEE+? > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/TomEE-CXF-Configuration-tp4631682.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
