Add a jboss-web.xml file, in the WEB-INF folder of your application, containing the
following:
jboss-web.xml:
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.2//EN"
"http://www.jboss.org/j2ee/dtd/jboss-web.dtd">
|
| <jboss-web>
| <context-root>/</context-root>
| </jboss-web>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064386#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...