The heapsize can be specified in the registry. Look for a key that should
look like:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1]

under it you should have something like this:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat
4.1\Parameters]
"JVM Option Number <no>"="-Xms<minHeapSize>m"
"JVM Option Number <no+1>"="-Xmx<maxHeapSize>m"

if it's not there, add them. Don't forget to modify 

"JVM Option Count"=dword:00000005

where you should replace the 00000005 with what number you have before + 2

E


-----Original Message-----
From: Reis, Tom [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 24, 2004 4:46 PM
To: Tomcat Users List (E-mail)
Subject: Tomcat configuration

        I am running Tomcat 4.03 on a windows 2K server with JDK1.3.1. I am
confused on configuration and was hoping someone could clarify or point to
documentation on it. I am confused on memory configuration do I change the
memory configuration for java or for Tomcat. I am also not sure how to
change the heap size. Do I put a statement in the server.xml or is it
something else. Is there documentation that tells you how to configure
Tomcat. Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to