An application I am working on is encapsulated inside an ear file, which contains a jar (containing EJB files) and a war (having, apart from its normal contents, package hierarchy of action classes, directly inside it). The context-root is specified in both WEB-INF/jboss-web.xml as well as in META-INF/application, and, well... is different in both.

The interesting part is that if I deploy that ear file in JBoss 4.2, I am able to access the application by the context-root given in application.xml, whereas when I deploy it in JBoss-6.1, I can access my application only with the context-root provided in jboss-web.xml. Why is this happening ?

Could there be a rationale for specifying two different context-roots in the 2 xml files ?

link|improve this question

Definitions in application.xml, because are server specific. – AValchev Dec 20 '11 at 13:40
But why the different behaviours with JBoss 4 and JBoss 6...why is the application.xml's context-root being overridden ? – Daud Dec 20 '11 at 13:43
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.