Skip to main content

Hi,


I have a Blackpearl process with a referenced DLL. My question is about deploying this to a server farm. There are two K2 servers with an NLB between them. How do I go about deploying the process to ensure that this DLL is deployed to both servers? Is it safe to deploy the workflow twice, once to each server? Both servers run off the same database cluster, of course. What is the best practice in this situation?


Thanks


Steve

Hi Steve,


Referenced assemblies are serialized in the K2Server database on deployment. You do not have to deploy more than once. The K2 Server will download the required process definition and referenced assemblies when required.


Reply