- 
        1. Re: Accessing jbpm 4.4 forms externallyswiderski.maciej Dec 20, 2011 3:39 PM (in response to hugjacq)REST interface sets the form action to the server where it (REST) is deployed to be able to interact with the task service to complete the task. I assume that the REST server is still deployed and accessed on localhost, correct? If so, you need to modify following properties: jbpm.console.server.host jbpm.console.server.port you should find them in jbpm.console.cfg.xml. 
- 
        2. Re: Accessing jbpm 4.4 forms externallyhugjacq Dec 21, 2011 3:58 AM (in response to swiderski.maciej)Thank you for your fast reply. The REST server is indeed deployed and accessed on localhost. I found the jbpm.console.cfg.xml in ${jbpm.home}/src, however changing the value in it didn't change anything. Do I have to reload it somehow ? or redeploy it somewhere ? 
- 
        3. Re: Accessing jbpm 4.4 forms externallyswiderski.maciej Dec 21, 2011 5:55 AM (in response to hugjacq)1 of 1 people found this helpfulI think you need to change the file that is embedded in jbpm.jar file or configure it with alternative file that will override the defaults. HTH 
- 
        4. Re: Accessing jbpm 4.4 forms externallyhugjacq Dec 21, 2011 6:01 AM (in response to swiderski.maciej)Thank you, I changed the file in jbpm.jar and it works like a charm now. 
 
    