diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-02-04 13:38:25 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-02-04 13:38:25 +0000 |
commit | f62ea0b0a34d9d6757e367f09dcefaba8e5f2f61 (patch) | |
tree | 2fccbee2c8e60b4314b5ad7fc23dd8e9e6cd5233 /www/jakarta-tomcat3/files/patch-aa | |
parent | A lot of small changes. It's now possible to change the Java port using the J... (diff) |
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)
Notes
Notes:
svn path=/head/; revision=54202
Diffstat (limited to 'www/jakarta-tomcat3/files/patch-aa')
-rw-r--r-- | www/jakarta-tomcat3/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jakarta-tomcat3/files/patch-aa b/www/jakarta-tomcat3/files/patch-aa index 3a2697af9305..eb725993cf38 100644 --- a/www/jakarta-tomcat3/files/patch-aa +++ b/www/jakarta-tomcat3/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 |