set contextpath for EJB3 webservice on Weblogic 11g
问题 I build a web service with ejb3 and maven (EAR File),code First, JAXWS, Without WSDL and without WAR, only ejb , with Eclipse, the service works in JBOSS but now i need put the service in Weblogic 11g . With JBOSS i have the annotation @WebContext(contextRoot="/wsManCa7", urlPattern="/manCA7WS") But on Weblogic not, I found this link http://erikwramner.wordpress.com/2012/03/26/ejb3-web-service-context-path-in-weblogic-11g/ to create weblogic-webservices.xml and webservices.xml I put the files