This content has been marked as final.
Show 1 reply
-
1. Re: For Default Web application using JBoss AS
peterj Jan 29, 2009 11:13 AM (in response to neek)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>