I am using tomcat7 and want to deploy the 2 grails application on it. one with ROOT.war and other with the abc.war. I am getting the session expire Issue on my abc app.
Could you please tell me how to configure the context for both apps so that they should not conflicts.
I tried to set grails.app.context="/abc"
in my abc app but unable to solve the Issue ..
IF I run this abc app alone with name ROOT.war it works fine.
Both apps have some jars and classes common.