| Author |
Passing JVM parameter
|
Wagner Danda
Greenhorn
Joined: Jul 10, 2001
Posts: 26
|
|
Hello, how do I pass parameters to JVM in tomcat?
|
Wagner Danda<br />Sun Certified Programmer for Java 2 Platform
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
|
In the startup script for Tomcat. Tomcat is a java application that is started from the command line. So look in the startup scripts until you see the place where it invokes the 'java' program, and add your parameters.
|
 |
 |
|
|
subject: Passing JVM parameter
|
|
|