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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to