But the problem is when it runs as a windows service the tomcat.exe is called directly. if I put any echo message in catalina.bat file I don't see my message anywhere. I don't think it goes into catalina.bat at all when runniing as an service.


From: Paul Mansfield <[EMAIL PROTECTED]>
Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
To: Tomcat Users List <[EMAIL PROTECTED]>
Subject: Re: How to set up JAVA_OPTS while running tomcat as a service
Date: Fri, 02 Apr 2004 18:23:40 +0100

I put the settings into the catalina.sh file, e.g.

>
> # $Id: catalina.sh,v 1.11 2003/10/22 00:28:44 jfarcand Exp $
> # -----------------------------------------------------------------------------
>
> JAVA_OPTS=-Djava.library.path=/usr/local/jakarta-tomcat/so

On Fri, 2004-04-02 at 17:54, Mandy Joss wrote:
> I am running Tomcat 4.1.24 as service but under stress I get
> OutOfMemmoryError. To cure this I want to pass JAVA_OPTS=-server -Xms256m
> -Xmx1000m -Xincgc to the Tomcat. Can somebody please tell me where should I
> specify JAVA_OPTS so that Tomcat running as service will look at them.







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


_________________________________________________________________
Check out MSN PC Safety & Security to help ensure your PC is protected and safe. http://specials.msn.com/msn/security.asp



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



Reply via email to