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

1
+1
-1

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 answer

1
0
-1
This one is the BEST answer!

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

Comments

Submitted by baraka.tweve_1359524 on Fri, 02/02/2018 - 10:06

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

Submitted by valerioneri.de on Fri, 02/02/2018 - 17:48

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

Notifications