User development,

A new message was posted in the thread "Console: host not found error":

http://community.jboss.org/message/529478#529478

Author  : carlos mauricio jaramillo henao
Profile : http://community.jboss.org/people/cmjhingeniero

Message:
--------------------------------------------------------------
Thanks for the response. I change file  jbpm.console.cfg.xml that is in the 
path (JBPM_HOME)/src/jbpm.console.cfg.xml 
 
In the project examples I added  the tag <import 
resource="jbpm.console.cfg.xml" /> in the file  jbpm.cfg.xml
 
 
*jbpm.cfg.xml*
<jbpm-configuration> 
  <import  resource="jbpm.default.cfg.xml" /> 
  <import  resource="jbpm.businesscalendar.cfg.xml" /> 
  <import  resource="jbpm.tx.hibernate.cfg.xml" /> 
  <import  resource="jbpm.jpdl.cfg.xml" /> 
  <import  resource="jbpm.bpmn.cfg.xml" /> 
  <import  resource="jbpm.identity.cfg.xml" /> 
  *<import  resource="jbpm.console.cfg.xml" />* 
  <import  resource="jbpm.mail.templates.examples.xml" /> 
</  jbpm-configuration> 
 
*jbpm.console.cfg.xml*
<jbpm-configuration>
  <process-engine-context>
    <string name="jbpm.console.server.host" value="10.1.1.175" /> //IP the 
server
    <string name="jbpm.console.server.port" value="8080" />
  </process-engine-context>
</jbpm-configuration>
 
When I connect from another  machine by the browser I can not see the tasks
 
Thanks

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/529478#529478


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to