mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
* 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)
45 lines
1.2 KiB
Text
45 lines
1.2 KiB
Text
--- conf/workers.properties.orig Tue Dec 12 22:36:26 2000
|
|
+++ conf/workers.properties Sun May 20 16:06:33 2001
|
|
@@ -40,20 +40,20 @@
|
|
# installed tomcat. This is where you have your conf, webapps and lib
|
|
# directories.
|
|
#
|
|
-workers.tomcat_home=c:\jakarta-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=%%JAVA_HOME%%
|
|
|
|
#
|
|
# You should configure your environment slash... ps=\ on NT and / on UNIX
|
|
# and maybe something different elsewhere.
|
|
#
|
|
-ps=\
|
|
-# ps=/
|
|
+#ps=\
|
|
+ps=/
|
|
|
|
#
|
|
#------ ADVANCED MODE ------------------------------------------------
|
|
@@ -166,7 +166,7 @@
|
|
#
|
|
# Javac as available from Java2SE
|
|
#
|
|
-worker.inprocess.class_path=$(workers.java_home)$(ps)lib$(ps)tools.jar
|
|
+#worker.inprocess.class_path=$(workers.java_home)$(ps)lib$(ps)tools.jar
|
|
|
|
#
|
|
# Setting the command line for tomcat
|
|
@@ -182,7 +182,7 @@
|
|
#
|
|
# This is for Java2
|
|
#
|
|
-worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll
|
|
+#worker.inprocess.jvm_lib=$(workers.java_home)$(ps)jre$(ps)bin$(ps)classic$(ps)jvm.dll
|
|
|
|
#
|
|
# And this is for jdk1.1.X
|