anonymous wrote : 08:39:23,273 INFO [TomcatDeployment] deploy, ctxPath=/myApp,
vfsUrl=myApp.war
| 08:39:23,273 ERROR [AbstractKernelController] Error installing to Start:
name=jboss.web.deployment:war=/myApp state=Create mode=Manual requiredState=Installed
| org.jboss.deployers.spi.DeploymentException: Web mapping already exists for deployment
URL file:/C:/JBoss/5.0.0.GA/server/default/tmp/deploy/myApp16062-exp.war/
Notice that it is trying to install the war at /myApp context and is failing. Which means
that there is some other application which is already deployed at /myApp context. You will
have to check the logs to see which one it is.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209774#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...