The trouble is, I have installed JBoss server in a VE, and while port 8080 is listening locally, it is not open to connection from outside the VE, even from the HN.
The trouble is, I have installed JBoss server in a VE, and while port 8080 is listening locally, it is not open to connection from outside the VE, even from the HN.
I will answer my own question, as it is now clear what is going on.
By default, it seems that Jboss looks for the first interface to bind to and in our case, it finds venet0, so it binds to 127.0.0.1. So we have to use the -b parameter and specify the bind address of the external interface.
The exact same situation occurs with mysql, but both are now available externally.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.