> From: Panian, Ardo [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat on Win2K3 Registry Edit.
> 
> When installing Tomcat on a Win32 server I was instructed by 
> the software vendor to make a modifications to the following
> Reg key:

Not a good idea - too easy to mess it up.  Use the Java tab of the
tomcat5w.exe program instead.

> -noverify

The above disables all byte code verification when loading classes.
Normally, it's disabled for the system class loader, but enabled for
others.  Disabling it for all may improve performance slightly, but
sounds risky to me.  Does the software vendor supply class files that
don't comply with the JVM spec?

> -Xmx1024

This sets the maximum Java heap size to 1024 bytes, which is probably
not really what they want you to do.  Is the documented value -Xmx1024m,
perhaps?  Again, this is better controlled with the tomcat5w.exe
program.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to