Question

This may be a stupid question, but I've been scouring the documentation and I can't seem to come up with an answer. I've deployed a WAR file through the web interface in WildFly, but how do I view this deployment? In Tomcat it would be something like http://:8080/mydeploymentname, but I can't find something similar for WildFly.

Was it helpful?

Solution

You can look at the web admin console http://:9990. If you can't access your deployed war, it may also mean that there was an issue during deployment, so you should look at the logs, too (in (server_base)/standalone/log)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top