From f62ea0b0a34d9d6757e367f09dcefaba8e5f2f61 Mon Sep 17 00:00:00 2001 From: Ernst de Haan Date: Mon, 4 Feb 2002 13:38:25 +0000 Subject: 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) --- www/jakarta-tomcat/files/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/jakarta-tomcat/files/patch-aa') diff --git a/www/jakarta-tomcat/files/patch-aa b/www/jakarta-tomcat/files/patch-aa index 3a2697af9305..eb725993cf38 100644 --- a/www/jakarta-tomcat/files/patch-aa +++ b/www/jakarta-tomcat/files/patch-aa @@ -5,14 +5,14 @@ # directories. # -workers.tomcat_home=c:\jakarta-tomcat -+workers.tomcat_home=%%PREFIX%%/tomcat ++workers.tomcat_home=%%TOMCAT_HOME%% # # workers.java_home should point to your Java installation. Normally # you should have a bin and lib directories beneath it. # -workers.java_home=c:\jdk1.2.2 -+workers.java_home=%%PREFIX%%/jdk1.1.8 ++workers.java_home=%%JAVA_HOME%% # # You should configure your environment slash... ps=\ on NT and / on UNIX -- cgit v1.2.3