  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | - JBoss WS4EE : migration from JBoss 4.0.1 to JBoss 4.0 | - JBoss WS4EE : migration from JBoss 4.0.1 to JBoss 4.0 2007-06-12 - By vbatista
Back Hi! I have been using JBoss WS4EE with JBoss 4.0.1. I have an EJB module, and I export some SessionBeans as Web Services. My application is packaged as an ear file. I have foo.ear which has bar.jar as one of its components (EJBs module). With jboss 4.0.1 , the URL to access my web services was http://.../foo/bar /Operation (the URL includes the name of the ear plus the name of the jar file) .
Now I have migrated to JBoss 4.0.3, and the URL to access the web services has changed to http://.../bar/Operation (The name of the ear is no more included).
Our problem is that this migration must be transparent to our client, so we need to maintain the URL http://.../foo/bar/Operation (ear name plus jar name). How can I specify the URL to access my web services? On the application.xml? Somewhere else?
Any help would really be appreciated. Thanks in advance. Best regards, Victor Batista
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4053710#4053710
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4053710 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|
 |