hello sir.. when i configure mail server on my activiti-custom-context.xml and engine.properties and restart the activiti its not use mysql database which is configure in db.properties ? activiti run other database when i again restart its use some other database. activiti-custom-context.xml configuration is
The "StandaloneInMemProcessEngineConfiguration" should give it away. You are running in memory … you need to use a different configuration class or set the jdbc properties on this config to override the default (but i think it's better not to use the in mem)