npereira [http://community.jboss.org/people/npereira] created the discussion
"TaskClient not connecting" To view the discussion, visit: http://community.jboss.org/message/603466#603466 -------------------------------------------------------------- Hi forum, I have been looking at JBPM5 API and I have a problem connecting to TaskClient from a different server. So I have my JBPM5.1 server, running. But from another machine I want to be able to connect to the JBPM5.1 and query the Human Task Service. Now the problem is that if I query it from localhost or 127.0.0.1, it works fine. *TaskClient client = new TaskClient(new MinaTaskClientConnector("JBPM Interface", new MinaTaskClientHandler(SystemEventListenerFactory.getSystemEventListener())));* *client.connect("127.0.0.1", 9123);* But from another machine, running the same code, from another machine, it says that it cannot connect. *TaskClient client = new TaskClient(new MinaTaskClientConnector("JBPM Interface", new MinaTaskClientHandler(SystemEventListenerFactory.getSystemEventListener())));* *client.connect("10.1.5.13", 9123);* Now I have tried this on diferent machine and the result is the same. I have read here in the forum that this is possible, even connect multiple machines to the same Human Task Service. Do I need to be looking at some configuration? (I have the install.demo config) Regards, Nelson -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/603466#603466] 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
