How to remotely access JBOSS/Bonita (from outside the server)?

Hi folks,
I just found out, how this works, and would like to share this answer.
My problem was, that I couldn’t access Bonita from outside the server, where it was installed.

1 Like

Change the file:
Bonita\bin\standalone.conf.bat (if on windows)
and add before the last line

set “JAVA_OPTS=%JAVA_OPTS% -Djboss.bind.address.management=HOSTNAME/IP”
set “JAVA_OPTS=%JAVA_OPTS% -Djboss.bind.address=HOSTNAME/IP”

Restart Bonita/JBOSS

Credits:
https://developer.jboss.org/thread/197994?tstart=0

Please may you kindlly leave your email. i would like to ask you more on remoting accessing.
Thanks in advance

Hi Baraka Tweve, please post your question openly here on the forum. I’ll see if I can help, or maybe someone else can…
BR