Starting Web Application on Jboss

Hello,

I installed Jboss EAP 6 on a remote Linux server in standalone mode, and deployed a HelloWorld war file successfully.

Opened a browser on my PC and pointed to http://127.0.0.1:8080/filename. I can see �Hello World!� on my browser. However, if the browser points to http://server's public IP:8080/filename, I got the following error.

The connection was reset
 
The connection to the server was reset while the page was loading.
 
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer's network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web. 

[/FONT][/COLOR]

Does anyone know what could be wrong? Thanks.

Check if you have firewall configured:

iptables -L

nothing defined in iptables.

iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
1 Like

You should look at your web server access and error log files.