My EAR has two WARs and a bunch of jars. It looks to have deployed successfully from the logs and shows up in the JBoss admin console at localhost:9990/console
. Though I specified port 80 as my http socket-binding in standalone.xml:
<socket-binding name="http" port="80"/>
This allows me to login to the admin console at localhost:80
but I do not see either web app at localhost:80/<context-root value>
What port are my webapps being served from by JBoss?