Hello Bonita people,
I’m running an instance of Bonita on a tomcat 6 and I want for some obscure reason to access my running engine from a custom servlet i set up beside bonita webapp.
My question is: what is the proper way to grant access to the engine for my app ?
I was stating that:
tomcat is starting with the BONITA_HOME environement variable set to my portal bonita_home folder
this folder is defining the local API for access
local API is well suited for an access made on the same jvm
But what i get as a result is that the login method is throwing a “node not started” exception, which tends to show that i’m not accessing the runing platform.
Any help would be greatly appreciated !