can't access to wildfly server bundle on a local network

1
0
-1

Greetings, I got the wildfly bundle running on a windows server, the server is up, and when I access from the PC in where is intalled I got no troubles, But when I try to access form others PC on the local network i got this answer ERR_CONNECTION_REFUSED

Im pretty sure that its a configuration error but i cant figure out what ive ocnfigured wrong

Greetings
Mauro

3 answers

1
+1
-1
This one is the BEST answer!

This could be for completely unrelated issues, such as server firewall, network firewall etc.

You need to check the complete chain...

also refer to:
http://stackoverflow.com/questions/29150643/wildfly-remotely-access-admi...

https://bgasparotto.com/enable-wildfly-remote-access/

also try running pings and tracert from command line to see if you can get to the server...

This is not a Bonitasoft problem per-se it's likely to be a network configuration one,

regards
Seán

PS: While I understand this may not be the answer you're hoping for, it does indicate a possible route to the solution, please mark as resolved.

1
0
-1

Hi
Edit the start-bonita.sh/bat and modify the (last) line:
*call server\bin\standalone.bat -b 0.0.0.0
*
Regards

1
0
-1

Hi
Edit the start-bonita.sh/bat and modify the (last) line:
call server\bin\standalone.bat -b 0.0.0.0
Regards

Notifications