Hi ,
On 10-12-17 11:42 AM, alim wrote:
What I wanted to say is that when I start JBoss AS with Guvnor on
port 8080,
i get:
Local telnet: "Trying 127.0.0.1... Connected to localhost."
Remote telnet: "telnet: Unable to connect to remote host: Connection
refused"
It looks like JBoss is only listening on 127.0.0.1, not the whole network.
You can check it with the following command:
$ ss -ln | grep 8080
see the IP adress, is it "*:8080" or just "127.0.0.1:8080" ?
look for "jboss.bind.address" in JBoss config files or make sure to pass
the "-b <IP address>" option when you start JBoss.
Hope this helps,
Nick