You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bi...@apache.org on 2003/06/21 06:25:49 UTC

cvs commit: jakarta-commons-sandbox/daemon/src/native/unix/native Tomcat.sh

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