Dear Chuck,
I use just -Xmx256m in another line at the Java Options text area.
It work successfully.

Thank so much.

NanFei


----- Original Message ----- From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Tuesday, November 15, 2005 1:48 PM
Subject: RE: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M '


From: NanFei Wang [mailto:[EMAIL PROTECTED] Subject: Re: configure Tomcat/5.5.9 By ' set JAVA_OPTS=-Xmx256M '

I add -DJAVA_OPTS=-Xmx256M in another line at the Java Options text area,

(I don't have 5.5.9 installed anymore, just 5.5.12, so I can't see
what's on the 5.5.9 Java tab for myself.)

The -D options are only for setting Java system properties.  JAVA_OPTS
is an environment variable, not a JVM command line parameter, and is
used only to communicate the desired values to the startup scripts.  Use
just -Xmx256m, which is the actual command line parameter.

- Chuck


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

Reply via email to