Here is one way to accomplish this. First remove the current default app at server/xxx/deploy/jbossweb-tomcat55.sar/ROOT.war (remove the whole directory). Second, add a jboss-web.xml file to your web app's WEB-INF directory and put the following it it:
<?xml version="1.0" encoding="UTF-8"?> | <jboss-web> | <context-root>/</context-root> | </jboss-web> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028801#4028801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028801 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
