0 Replies Latest reply on Oct 8, 2007 11:39 PM by andyyuen

    HA deployment of web app using embedded jbpm

    andyyuen

      Hi,

      I have written a web app that use jbpm as embedded library. I manage my own task creation and assignment. Jbpm is only used for executing the process definition language. The application works fine on a single Jboss instance.

      The question is can I run more than one instance of the web app on two Jboss server behind a hardware load balancer?

      I think it should be Ok, given that my code will make sure no two users can access to the same process instance at the same time. Just want to know if anyone has the same experience before.

      Thanks and Regards,
      Andy