[jboss-user] [Advanced Documentation] - Re: configuring default application

PeterJ do-not-reply at jboss.com
Fri Nov 7 12:38:33 EST 2008


Here is one way to accomplish this. First remove the current default app at server/xxx/deploy/jboss-web.deployer/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=4187791#4187791

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



More information about the jboss-user mailing list