Accessing Java WebApp from Jboss 4.3 EAP via ip address and not localhost
Sumit King
Greenhorn
Joined: Nov 03, 2009
Posts: 7
posted
0
I have a Jboss 4.3 EAP and Jboss 4.04 server running on my local machine.
If I deploy my war to 4.04, I can access my webapp via localhost and my ip (also from another computer)
If I deploy my war to 4.3, I can access my web app via localhost, but not my ip.
Any ideas?
I am certain this is a configuration change either in Jboss or apache, but I no clue how google it.