Is it possible to run several activiti servers and have them work in tandem for purposes of load balancing? My requirement is that multiple servers running activity will talk to one database and there will be no conflicts among the process instances.
Yes, this is possible. Should not pose any problems other then an optimistic lock exception that can occur, but that can also occur when multilple users are working on the same process if it runs on just one machine..