Search code examples
spring-mvcjbossspring-securityjboss-4.2.x

How to set context root of an application in JBoss?


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.


Solution

  • 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: