aemdtuc [
https://community.jboss.org/people/aemdtuc] created the discussion
"Re:
http://localhost:8080/jbpm-console not working"
To view the discussion, visit:
https://community.jboss.org/message/825228#825228
--------------------------------------------------------------
so from what I understood you're running jBPM in a server and trying to load the URL
from your machine (correct me if I'm wrong).
have you configured jboss to allow remote access?!
go to the standalone.xml inside jboss and set as the following:
<interface name="management">
<inet-address value="${jboss.bind.address.management:0.0.0.0}"/>
</interface>
<interface name="public">
<inet-address value="${jboss.bind.address:0.0.0.0}"/>
</interface>
Hope it helps
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/825228#825228]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]