Hey Nick! Thanks so much for your help! Started JBoss with -b 0.0.0.0 and it worked! :)
Btw when executing $ ss -ln | grep 8080 I got *:8080. Thanks! Nicolas LE BAS wrote: > > 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 > _______________________________________________ > rules-users mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/rules-users > > -- View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Guvnor-with-JBoss-AS-on-Ubuntu-tp2098972p2125060.html Sent from the Drools - User mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
