| Author |
tomcat configuration
|
Jignesh Patel
Ranch Hand
Joined: Nov 03, 2001
Posts: 625
|
|
How to create process limitation and memory limitation in tomcat? -Jignesh
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12324
|
|
Memory limitation - read the tooldocs on command line parameters that control Java memory allocation and garbage collection strategy. Process limitation - I'm going to take a SWAG (Scientific WildAss Guess) that you mean limiting what applications are allowed to do. See the catalina.policy file in Tomcat's conf directory. Bill
|
 |
 |
|
|
subject: tomcat configuration
|
|
|