This content has been marked as final.
Show 1 reply
-
1. Re: How to establish jBPM on serwer?
salaboy21 Sep 16, 2014 4:10 AM (in response to marad9016)Hi Mariusz,
That's not even a jBPM question, that is more a JBoss or even any Web Server question.
In order to access it from another computer you need to bind it to the LAN interface instead of the Localhost (loopback) interface.
In order to do that, you need to start jboss with the -b option and add your local IP address.
If you are using the ant.start demo command you will need to modify the internal command that start jboss to add that parameter.
HTH