mrc Documentation
michaels, ross & cole, ltd.
http://www.mrc-productivity.com/
|
|
|
|
How to use mrc packaged Tomcat as a Windows Service
under system variables, append the Path statement with ";c:\j2sdk1.4.2\bin"
Be
sure you add the last 4 lines from the Java Options text box. Including these
lines will allow your Tomcat instance to be much more stable.
The
text has been copied below for your convenience (The information below
specifies Tomcat to use 512mb).
-Xmx512m
-Xms512m
-XX:PermSize=256m
-XX:MaxPermSize=256m

Since
you have specified Tomcat’s memory allotment above, it is not necessary to
specify the Initial and Maximum memory pool memory allotment. You also do not
need to specify the Thread stack size.
Consider
configuring Tomcat (production only) to not reload, thus giving users a more
stable browsing experience. Click here
to learn how.