[jboss-user] [jBPM] - Re: TaskClient not connecting

Demian Calcaprina do-not-reply at jboss.com
Wed May 11 21:53:30 EDT 2011


Demian Calcaprina [http://community.jboss.org/people/calca] created the discussion

"Re: TaskClient not connecting"

To view the discussion, visit: http://community.jboss.org/message/604838#604838

--------------------------------------------------------------
Hi!

I think the Jbpm5 Mina server will not accept conections outsided 127.0.0.1. If you check the class

 https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/java/org/jbpm/task/service/mina/BaseMinaTaskServer.java https://github.com/droolsjbpm/jbpm/blob/master/jbpm-human-task/src/main/java/org/jbpm/task/service/mina/BaseMinaTaskServer.java

The start() method configures the local interface used:
acceptor.bind( new InetSocketAddress( "127.0.0.1", port ) );

and this "127.0.0.1" will only accept local conections.

If we want to let clients from outside, this parameter should be configurable.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/604838#604838]

Start a new discussion in jBPM at Community
[http://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/20110511/da9330a2/attachment-0001.html 


More information about the jboss-user mailing list