Login not working

I have setup a fully distributed tomcat camunda-service with 2 nodes. The login stopped working after adding 2nd node. Once I remove the 2nd node again it starts working.

How do i remove the default workflows from camunda-service, default camunda-invoce workflow is getting added again and again on restart.

What should I do ?

Add sticky sessions to you load balancer, you can find more details on this post.

Delete the camunda-invoice folder from the webapps folder

Thanks Niall.

Also wanted to understand how we should design our system to handle scale and other complexities.

It depends on a lot of factors.
Some companies and people speaking earlier this year at CamundaCon might be a good starting point for advice. you can look through the videos here.

Thank you Niall