What does this error with GlassFish (when being used with Eclipse) mean? login is a Java project I was working with earlier. I take it I have to stop it or remove it or something. Can some please help?
cannot Deploy numberquiz
deploy is failing=Error occurred during deployment: Exception while loading the app :
java.lang.Exception: WEB0113: Virtual server [server] already has a web module [login] loaded at
[/numberquiz]; therefore web module [numberquiz] cannot be loaded at this context path on this
virtual server. . Please see server.log for more details.
Thanks, Conor.
You already have an application deployed with the contextpath /numberquiz
. Changing the context path in your project settings will result in the same problem the next time you deploy your app.
You have to undeploy your application via Eclipse or in the Glassfish Admin GUI,
The Admin GUI can be accessed under http://localhost:4848
. Go to Applications
in the left menu, select your application and click Undeploy
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With