[jboss-user] [jBPM] - Re: http://localhost:8080/jbpm-console not working

aemdtuc do-not-reply at jboss.com
Thu Jun 27 07:29:40 EDT 2013


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130627/6d822159/attachment-0001.html 


More information about the jboss-user mailing list