Applications do not listen to ports - instead the containers into which the applications
are deployed listen to ports. If you have two web applications, the web container handles
both apps and the web container listens to a single port (8080 by default). Even if you
configured the web container to listen to two ports, both apps would be available through
both ports.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161292#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...