You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by n1ght0w1 <hc...@hotmail.com> on 2009/02/09 22:00:31 UTC

How to set Tomcat JVM variables in registry for Tomcat 6.0.18?

Hi all I have been dealing with the dreaded STRICT_QUOTE_ESCAPING issue with
Apache Tomcat 6.0.18 Server on Windows NT as a service.  We are not using
the .bat or .sh files to start our sever as it is running as a service an
have no desire to switch to using that method.  I have found the area in the
registry where I think the entries should go but for some reason it is not
picking it up.  Can someone provide very specific details and or a screen
shots on what the entries should be to disable STRICT_QUOTE_ESCAPING and
also setting the -Xms256m -Xmx512m values as well.

The area in the registry I am currently in is
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tomcat6\Parameters.  I
have added two String entries JVM Option Number 1 with a value of
-Dorg.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING=false and I have
added another string entry of JVM Option Count with a value of 1.



Thank in advance
-- 
View this message in context: http://www.nabble.com/How-to-set-Tomcat-JVM-variables-in-registry-for-Tomcat-6.0.18--tp21921845p21921845.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: How to set Tomcat JVM variables in registry for Tomcat 6.0.18?

Posted by n1ght0w1 <hc...@hotmail.com>.
Thanks so much for your help that resolved the issue right away :).
-- 
View this message in context: http://www.nabble.com/How-to-set-Tomcat-JVM-variables-in-registry-for-Tomcat-6.0.18--tp21921845p21936292.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


RE: How to set Tomcat JVM variables in registry for Tomcat 6.0.18?

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: n1ght0w1 [mailto:hcoleman2@hotmail.com]
> Subject: How to set Tomcat JVM variables in registry for
> Tomcat 6.0.18?
>
> Can someone provide very specific details and
> or a screen shots on what the entries should be
> to disable STRICT_QUOTE_ESCAPING and also setting
> the -Xms256m -Xmx512m values as well.

Given the finickiness of this mailing list toward attachments, you likely won't be getting many screen shots.  However, I would strongly recommend that you do *not* edit the registry directly when manipulating the parameters.  Instead, use the Java tab of the tomcat6w.exe program to change whatever you need.  It should be fairly obvious how to use it once it starts up.  Note that there are separate areas for heap sizing vs other parameters.

 - 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 unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org