Access JBOSS Tomcat Web Application from Remote Computer

Posted by Rod on Stack Overflow See other posts from Stack Overflow or by Rod
Published on 2009-07-16T08:47:15Z Indexed on 2010/06/17 14:13 UTC
Read the original article Hit count: 310

Filed under:
|
|

Hi, I just deployed a web application on JBOSS 4.2. It can be accessed locally only (http://localhost:8080/myApp). I cant access it from remote computer by typing its domain: (www.hostname.com:8080/myApp). I added Port 8080 as Exception in Windows Firewall. Note that the host (www.hostname.com) is reachable from remote computers via IIS on port 80.

Thanks, Rod

© Stack Overflow or respective owner

Related posts about java

Related posts about jboss