how to deploy jboss app over the internet

Posted by james mccvoy on Stack Overflow See other posts from Stack Overflow or by james mccvoy
Published on 2012-03-23T15:43:46Z Indexed on 2012/03/23 17:30 UTC
Read the original article Hit count: 234

Filed under:

I am using JBOSS 7 AS. I am deploying the projects via the linux box by the cmd like so

bin/standalone.sh -b [ipaddress]

This works fine only when i am on the network, however it doesn't work when i'm outside the network or over the internet.

How do i launch it so people can access it over the internet?

I tried this but it doesnt work.

bin/standalone.sh -b 0.0.0.0

It says:

Google Chrome could not load the webpage because took too long to respond. The website may be down, or you may be experiencing issues with your Internet connection.

© Stack Overflow or respective owner

Related posts about jboss7.x