Thank you so much for the response. However there is no <context-root/> element in jboss-web.xml And we want < url-pattern > to be "/p5admin/*" instead of "/*" url pattern.
Note that I the war file is inside ear file. and the application.xml has context root, | <application> | <display-name>Enterprise Server</display-name> | <description>Enterprise Server</description> | | <module> | <web> | <web-uri>p5web.war</web-uri> | <context-root>p5admin</context-root> | </web> | </module> | <module> | <ejb>p5ejb.jar</ejb> | </module> | | </application> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057712#4057712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057712 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
