head	1.3;
access;
symbols
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.03.30.14.51.12;	author znerd;	state dead;
branches;
next	1.2;

1.2
date	2002.02.04.13.38.25;	author znerd;	state Exp;
branches;
next	1.1;

1.1
date	2001.05.21.08.05.38;	author dirk;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Lot of changes: Using USE_JAVA infrastructure. Upgraded port
to 3.3.1. Using HTTP_PORT i.s.o. LISTEN_PORT. Using
daemonctl.c i.s.o. tomcatctl shell script. Displaying steps
i.s.o. commands being executed. Synced man page.
@
text
@--- conf/server.xml.orig	Tue Jul 17 18:57:46 2001
+++ conf/server.xml	Thu Jan 24 14:32:56 2002
@@@@ -68,6 +68,7 @@@@
     -->
     <Logger name="tc_log" 
             verbosityLevel = "INFORMATION" 
+            path="logs/tomcat.log" 
     />
 
     <Logger name="servlet_log" 
@@@@ -223,7 +224,7 @@@@
             <Parameter name="handler" 
                 value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
             <Parameter name="port" 
-                value="8080"/>
+                value="%%LISTEN_PORT%%"/>
         </Connector>
 
         <!--
@


1.2
log
@A lot of changes:
* Bumped PORTREVISION
* Now displays installation settings
* Now possible to choose JDK. By default uses FreeBSD JDK 1.3.1 (instead of FreeBSD JDK 1.1.8)
* Does not depend on pinstall anymore
* Now possible to change TOMCAT_HOME. By default uses /jakarta-tomcat-3.2.3 (instead of /tomcat)
* Now possible to change LISTEN_PORT. Default is 8080 (unchanged)
* Added support for running Tomcat as a different user/group. By default a new user 'tomcat' and a new group 'tomcat' are created and used
* A 'tomcatctl' script is installed in /usr/local/bin/, which uses interprocess communication to start/stop/restart Tomcat
* Option is added for automatically starting Tomcat after install (AUTO_START). By default Tomcat is started right away
* Appends stdout and stderr to log files
* Uses a numeric prefix for the script in /etc/rc.d (now by default 020.jakarta-tomcat.sh instead of tomcat.sh)
@
text
@@


1.1
log
@- provide startup script
- log tomcat messages to a file (logs/tomcat.log)
- fix plist
@
text
@d1 3
a3 3
--- conf/server.xml.orig	Tue Dec 12 22:36:20 2000
+++ conf/server.xml	Mon May 21 00:25:46 2001
@@@@ -67,6 +67,7 @@@@
d11 9
@

