Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 21711 invoked from network); 24 Jul 2003 17:51:10 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 24 Jul 2003 17:51:10 -0000 Received: (qmail 23385 invoked by uid 97); 24 Jul 2003 17:53:46 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 23378 invoked from network); 24 Jul 2003 17:53:46 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 24 Jul 2003 17:53:46 -0000 Received: (qmail 18150 invoked by uid 500); 24 Jul 2003 17:50:23 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 18095 invoked from network); 24 Jul 2003 17:50:22 -0000 Received: from tomts21.bellnexxia.net (HELO tomts21-srv.bellnexxia.net) (209.226.175.183) by daedalus.apache.org with SMTP; 24 Jul 2003 17:50:22 -0000 Received: from plwkstn ([65.92.52.242]) by tomts21-srv.bellnexxia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with SMTP id <20030724175023.BDGE13346.tomts21-srv.bellnexxia.net@plwkstn> for ; Thu, 24 Jul 2003 13:50:23 -0400 Message-ID: <002d01c3520c$63fff5b0$6401a8c0@plwkstn> From: "Paul" To: Subject: how-to specify Java runtime options -Xmx128m, w/ Tomcat 4 as Win2k service Date: Thu, 24 Jul 2003 13:52:46 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002A_01C351EA.DCA9AB90" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_002A_01C351EA.DCA9AB90 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable after assigning the following environment variables the java runtime = options as follows: eg: JAVA_OPTS=3D-Xmx128m -Xms128m tried with: CATALINA_OPTS JAVA_OPTS amount of RAM memory used stayed aprox the same. Though i was expecting = more memory to be used because of the extra memory that should have been = allotted to java instance for Tomcat. Consequently, i am assuming that = options were not applied by simply setting these environment variables, = at least when Tomcat is started as a service. Where and how are java runtime options to be specified with Tomcat 4.1 = (JDK 1.4.2) when it is started as a win2k service? -paul@msci.ca ------=_NextPart_000_002A_01C351EA.DCA9AB90--