Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 15892 invoked from network); 19 Nov 2008 09:26:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2008 09:26:02 -0000 Received: (qmail 33381 invoked by uid 500); 19 Nov 2008 09:26:00 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 32603 invoked by uid 500); 19 Nov 2008 09:25:58 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 32592 invoked by uid 99); 19 Nov 2008 09:25:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 01:25:58 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [212.85.38.174] (HELO popeye.combios.es) (212.85.38.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 09:24:34 +0000 Received: from [192.168.250.50] (p549EA67D.dip0.t-ipconnect.de [84.158.166.125]) (authenticated bits=0) by popeye.combios.es (8.13.8/8.13.8/Debian-3) with ESMTP id mAJ9OjKr022251 for ; Wed, 19 Nov 2008 10:24:49 +0100 Message-ID: <4923DAC0.9020909@ice-sa.com> Date: Wed, 19 Nov 2008 10:22:08 +0100 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: JVM/Tomcat startup parameters, HPUX Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on popeye.combios.es X-Virus-Scanned: ClamAV 0.92.1/8650/Wed Nov 19 05:59:50 2008 on popeye.combios.es X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-97.7 required=2.5 tests=DNS_FROM_SECURITYSAGE, RCVD_IN_PBL,RCVD_IN_SORBS_DUL,USER_IN_WHITELIST autolearn=no version=3.2.3 Hi. On a customer HPUX B.11.11 system that we are (remotely and partially) managing, I would like to know with which java options (default or otherwise) the JVM is being started, particularly the options regarding memory usage by the JVM and Tomcat. Tomcat runs as follows (ps -ex output) : 19866 pts/2 0:21 /opt/java1.5/bin/PA_RISC2.0/java -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -XdoCloseWithReadPending -Djava.endorsed.dirs=/opt/hpws/tomcat/common/endorsed -classpath :/opt/hpws/tomcat/bin/bootstrap.jar:/opt/hpws/tomcat/bin/commons-logging-api.jar -Dcatalina.base=/opt/hpws/tomcat -Dcatalina.home=/opt/hpws/tomcat -Djava.io.tmpdir=/opt/hpws/tomcat/temp org.apache.catalina.startup.Bootstrap start "top" shows the following for that process : SIZE RES 1 pts/2 19866 root 152 20 1291M 199M run 0:23 0.38 0.38 java "/opt/hpws/tomcat/bin/version.sh" shows the following : Using CATALINA_BASE: /opt/hpws/tomcat Using CATALINA_HOME: /opt/hpws/tomcat Using CATALINA_TMPDIR: /opt/hpws/tomcat/temp Using JRE_HOME: /opt/java1.5 Server version: Apache Tomcat/5.5.9 Server built: Oct 22 2005 03:27:12 Server number: 5.5.0.0 OS Name: HP-UX OS Version: B.11.11 Architecture: PA_RISC2.0 JVM Version: 1.5.0.07-_20_mar_2007_05_31 JVM Vendor: Hewlett-Packard Company I cannot find in any of the startup scripts being used, any particular Java "-X" options being set. I thus imagine it is using default options, but which are these ? Is there a default startup script that the JVM uses for that somewhere ? Thanks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org