Question

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.

Était-ce utile?

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

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top