Apache tomcat problem...
Hi All,
We are facing a big problem.
We have a single apache tomcat server under which we have 4 different contexts like for dev env, qc env, etc... all are using different classes under the respective context.
When tomcat starts, it is creating a single instance of the classes in memory. and all other contexts are referring to the same instance.
What we need is, we need all different instances for different contexts and the respective pages need to refer to the respective instance.
How can we achieve this?
Please help me on this. We are on this problem from last 4 days... :-(
|