[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Want to get rid of

PeterJ do-not-reply at jboss.com
Mon Mar 23 22:41:47 EDT 2009


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#4220459

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220459



More information about the jboss-user mailing list