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

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

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-administration-console-doesnt-work
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.

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

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