Domanda

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.

È stato utile?

Soluzione

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:

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top