I am using camunda to manage the smaller business flows of my company , but , when I try to move camunda to QA environment from dev , it keeps on saying “Login Failed :Process engine with name default does not exist” .
Is there a war file , that I can just deploy ( or do I have to do some configurations ) ?
Has the QA environment another configuration? You could check in the bpm-platform.xml (apache-tomcat-8.0.47\conf) what the name of the process engine is.
Do you get some exceptions in the log file?
Do you have the engine-rest folder in the tomcat webapps (apache-tomcat-8.0.47\webapps) folder?
Hi @kristin,
My company has a tomcat7 server running on QA stage , they want to move camunda to QA .
My dev environment ( it has a pre-configured server with camunda , there is a different server running Camunda).
But , my company wants to use camunda as an application that can run on the company’s apache-tomcat7 (along with other applications ).
Do you have the engine-rest folder in the tomcat webapps (apache-tomcat-8.0.47\webapps) folder?
Answering your question , there is no trace of camunda on our QA server .