Hi friends,
Below goes my requirement:
There is a web application which should use only Server JVM to run. The constraint is the Client JVM should be turned off. And also, for starting in this process, I should use my own system to implement this thing. i.e., Both the Server JVM and Client JVM should reside in the same system with Client's JVM turned off
My doubts are as follows:
1. How to turn off Client JVM?
2. How to install a Server JVM?
3. What is the use if we do this?
Any guidance on this will be highly appreciated.
PS:
1. I use
Tomcat 6
2. I need a cook book like guidance since I am new in JVM concepts. I don't have a clue about these things