Hi every one i am new to Jboss server,i had a problem of setting context root of an application in JBoss-4.2.2.GA server.my application is done using spring MVC+Spring security.
Asked
Active
Viewed 3,103 times
2 Answers
0
If you use a pom.xml, try to change the artifactId
of your project to your project name, i hope this will be helpful for you.

maouven
- 31
- 1
- 7
-
I tried to change the artifactId but it isn't working for me. I used the Spring Template Project to create the Spring MVC application in SpringSourceTolSuite – Cid Dec 01 '12 at 11:02
0
You may also have to remove the $JBOSS_HOME/server/default/deploy/jboss-web.deployer/ROOT.war/ directory and then add then add the above jboss-web.xml to the WEB-INF directory of your web application.
See also:

Ravi Kadaboina
- 8,494
- 3
- 30
- 42