You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2003/01/15 12:10:01 UTC

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

jfclere     2003/01/15 03:10:01

  Modified:    daemon/src/native/unix/native Tomcat.sh
  Log:
  catalina.sh has the CATALINA_OPTS.
  A configuration script may set it portalworks for example does this.
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Tomcat.sh	26 Feb 2002 22:30:30 -0000	1.2
  +++ Tomcat.sh	15 Jan 2003 11:10:01 -0000	1.3
  @@ -18,6 +18,7 @@
   DAEMON_HOME=/home1/jakarta/jakarta-commons-sandbox/daemon
   TOMCAT_USER=jakarta
   TMP_DIR=/var/tmp
  +CATALINA_OPTS=
   CLASSPATH=\
   $JAVA_HOME/lib/tools.jar:\
   $DAEMON_HOME/dist/commons-daemon.jar:\
  @@ -33,6 +34,7 @@
       -home $JAVA_HOME \
       -Dcatalina.home=$CATALINA_HOME \
       -Djava.io.tmpdir=$TMP_DIR \
  +    $CATALINA_OPTS \
       -cp $CLASSPATH \
       org.apache.catalina.startup.BootstrapService
       #
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>