JBoss Community

Re: jbpm hornetq task server won´t start

created by wqe wqe in jBPM - View the full discussion

If your human task service is started as using jbpm-human-task-war.war , according to the documenataion  , you can change the config of the human task service in the web.xml. I think you can try to set the following <init-param> in web.xml :

 

  <init-param>
  <param-name>active.config</param-name>
  <param-value>hornetq</param-value>
  </init-param>

Reply to this message by going to Community

Start a new discussion in jBPM at Community