Hmm, no mention of which version of JBoss AS, so I'll assume 5.0.x. If you want to get
rid of the JBoss AS welcome page, remove the directory server/xxx/deploy/ROOT.war. If you
want your app's main page to use the root context, add a context-root entry to
WEB-INF/jboss-web.xml to your WAR file:
<?xml version="1.0" encoding="UTF-8"?>
| <jboss-web>
| <context-root>/</context-root>
| </jboss-web>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220459#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...