Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 94647 invoked from network); 21 Jun 2003 04:25:52 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 21 Jun 2003 04:25:52 -0000 Received: (qmail 27439 invoked by uid 97); 21 Jun 2003 04:28:21 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 27432 invoked from network); 21 Jun 2003 04:28:21 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 21 Jun 2003 04:28:21 -0000 Received: (qmail 94398 invoked by uid 500); 21 Jun 2003 04:25:51 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 94387 invoked by uid 500); 21 Jun 2003 04:25:50 -0000 Received: (qmail 94384 invoked from network); 21 Jun 2003 04:25:50 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 21 Jun 2003 04:25:50 -0000 Received: (qmail 86592 invoked by uid 1385); 21 Jun 2003 04:25:49 -0000 Date: 21 Jun 2003 04:25:49 -0000 Message-ID: <20030621042549.86591.qmail@icarus.apache.org> From: billbarker@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/daemon/src/native/unix/native Tomcat.sh X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N billbarker 2003/06/20 21:25:49 Modified: daemon/src/native/unix/native Tomcat.sh Log: Have the sample Tomcat script use the new outfile and errfile options. Revision Changes Path 1.4 +2 -0 jakarta-commons-sandbox/daemon/src/native/unix/native/Tomcat.sh Index: Tomcat.sh =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/Tomcat.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Tomcat.sh 15 Jan 2003 11:10:01 -0000 1.3 +++ Tomcat.sh 21 Jun 2003 04:25:49 -0000 1.4 @@ -34,6 +34,8 @@ -home $JAVA_HOME \ -Dcatalina.home=$CATALINA_HOME \ -Djava.io.tmpdir=$TMP_DIR \ + -outfile $CATALINA_HOME/logs/catalina.out \ + -errfile '&1' \ $CATALINA_OPTS \ -cp $CLASSPATH \ org.apache.catalina.startup.BootstrapService --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org