head	1.8;
access;
symbols
	old_RELEASE_4_EOL:1.7
	old_RELEASE_6_2_0:1.7
	old_RELEASE_6_1_0:1.7
	old_RELEASE_5_5_0:1.7
	old_RELEASE_6_0_0:1.7
	old_RELEASE_5_4_0:1.7
	old_RELEASE_4_11_0:1.7
	old_RELEASE_5_3_0:1.6
	old_RELEASE_4_10_0:1.6
	old_RELEASE_5_2_1:1.6
	old_RELEASE_5_2_0:1.6
	old_RELEASE_4_9_0:1.6
	old_RELEASE_5_1_0:1.6
	old_RELEASE_4_8_0:1.6
	old_RELEASE_5_0_0:1.5
	old_RELEASE_4_7_0:1.5
	old_old_RELEASE_4_6_2:1.4
	old_old_RELEASE_4_6_1:1.4
	old_old_RELEASE_4_6_0:1.4
	old_old_old_RELEASE_5_0_DP1:1.4
	old_old_old_RELEASE_4_5_0:1.1
	old_old_old_RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2007.03.17.20.54.58;	author gabor;	state dead;
branches;
next	1.7;

1.7
date	2004.12.06.02.35.41;	author hq;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.03.14.03.32;	author znerd;	state Exp;
branches;
next	1.5;

1.5
date	2002.09.03.09.47.01;	author znerd;	state Exp;
branches;
next	1.4;

1.4
date	2002.04.01.22.01.22;	author znerd;	state Exp;
branches;
next	1.3;

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.20.16.08.15;	author dirk;	state Exp;
branches;
next	;


desc
@@


1.8
log
@- Update to 4.1.34
- Follow the project name change as it was with tomcat55
- Pass maintainership to submitter

PR:		ports/109424
Submitted by:	Nemo Liu <nemoliu@@gmail.com>
Repo-opied by:	marcus
@
text
@$FreeBSD: ports/www/tomcat41/files/patch-aa,v 1.7 2004/12/06 02:35:41 hq Exp $

--- conf/server.xml.orig	Fri Jan  3 14:55:15 2003
+++ conf/server.xml	Fri Jan  3 14:58:21 2003
@@@@ -10,7 +10,7 @@@@
      define subcomponents such as "Valves" or "Loggers" at this level.
  -->
 
-<Server port="8005" shutdown="SHUTDOWN" debug="0">
+<Server port="%%SHUTDOWN_PORT%%" shutdown="SHUTDOWN" debug="0">
 
 
   <!-- Comment these entries out to disable JMX MBeans support -->
@@@@ -88,9 +88,9 @@@@
          IP address of the remote client.
     -->
 
-    <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -->
+    <!-- Define a non-SSL Coyote HTTP/1.1 Connector -->
     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
-               port="8080" minProcessors="5" maxProcessors="75"
+               port="%%HTTP_PORT%%" minProcessors="5" maxProcessors="75"
                enableLookups="true" redirectPort="8443"
                acceptCount="100" debug="0" connectionTimeout="20000"
                useURIValidationHack="false" disableUploadTimeout="true" />
@@@@ -109,9 +109,9 @@@@
     </Connector>
     -->
 
-    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
+    <!-- Define a Coyote/JK2 AJP 1.3 Connector -->
     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
-               port="8009" minProcessors="5" maxProcessors="75"
+               port="%%AJP_1_3_PORT%%" minProcessors="5" maxProcessors="75"
                enableLookups="true" redirectPort="8443"
                acceptCount="10" debug="0" connectionTimeout="0"
                useURIValidationHack="false"
@


1.7
log
@- Update to version 4.1.31 [1]
- Update to bsd.java.mk 2.0 [1]
- Use MASTER_SITE_JAKARTA [1]
- Improved filename of manpage in Makefile [1]
- Added $FreeBSD$ tags where missing

PR:		74705 [1]
Submitted by:	maintainer [1]
@
text
@d1 1
a1 1
$FreeBSD$
@


1.6
log
@Update to 4.1.18.
@
text
@d1 2
@


1.5
log
@New port: Jakarta Tomcat 4.1. This port is based on the Tomcat 4
port.
@
text
@d1 2
a2 2
--- conf/server.xml.orig	Tue Sep  3 11:27:46 2002
+++ conf/server.xml	Tue Sep  3 11:30:25 2002
d11 2
a12 2
   <!-- Uncomment these entries to enable JMX MBeans support -->
@@@@ -82,16 +82,16 @@@@
d22 3
a24 11
                acceptCount="10" debug="0" connectionTimeout="20000"
                useURIValidationHack="false" />
     <!-- Note : To disable connection timeouts, set connectionTimeout value 
      to -1 -->
 
-    <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
+    <!-- Define a SSL Coyote HTTP/1.1 Connector -->
     <!--
     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
                port="8443" minProcessors="5" maxProcessors="75"
@@@@ -103,22 +103,22 @@@@
d34 1
a34 1
                acceptCount="10" debug="0" connectionTimeout="20000"
a35 33
                protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
 
-    <!-- Define an AJP 1.3 Connector on port 8009 -->
+    <!-- Define an AJP 1.3 Connector -->
     <!--
     <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
                port="8009" minProcessors="5" maxProcessors="75"
                acceptCount="10" debug="0"/>
     -->
 
-    <!-- Define a Proxied HTTP/1.1 Connector on port 8082 -->
+    <!-- Define a Proxied HTTP/1.1 Connector -->
     <!-- See proxy documentation for more information about using this. -->
     <!--
     <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
@@@@ -128,7 +128,7 @@@@
                proxyPort="80" useURIValidationHack="false" />
     -->
 
-    <!-- Define a non-SSL legacy HTTP/1.1 Test Connector on port 8083 -->
+    <!-- Define a non-SSL legacy HTTP/1.1 Test Connector -->
     <!--
     <Connector className="org.apache.catalina.connector.http.HttpConnector"
                port="8083" minProcessors="5" maxProcessors="75"
@@@@ -136,7 +136,7 @@@@
                acceptCount="10" debug="0" />
     -->
 
-    <!-- Define a non-SSL HTTP/1.0 Test Connector on port 8084 -->
+    <!-- Define a non-SSL HTTP/1.0 Test Connector -->
     <!--
     <Connector className="org.apache.catalina.connector.http10.HttpConnector"
                port="8084" minProcessors="5" maxProcessors="75"
@


1.4
log
@Upgrade to Jakarta Tomcat 4.0.3. The Jakarta Tomcat 3
branch has moved to www/jakarta-tomcat3.

PR:	31096, 32022
@
text
@d1 2
a2 2
--- conf/server.xml.orig	Sat Mar 30 18:58:31 2002
+++ conf/server.xml	Sat Mar 30 19:00:01 2002
d11 2
a12 2
   <!-- A "Service" is a collection of one or more "Connectors" that share
@@@@ -51,9 +51,9 @@@@
d16 3
a18 3
-    <!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
+    <!-- Define a non-SSL HTTP/1.1 Connector -->
     <Connector className="org.apache.catalina.connector.http.HttpConnector"
d22 2
a23 1
                acceptCount="10" debug="0" connectionTimeout="60000"/>
d25 8
a32 1
@@@@ -70,9 +70,9 @@@@
d36 10
d48 1
d50 1
a50 2
-               port="8009" minProcessors="5" maxProcessors="75"
+               port="%%AJP_1_3_PORT%%" minProcessors="5" maxProcessors="75"
d52 10
d63 8
a70 9
     <!-- Define a Proxied HTTP/1.1 Connector on port 8081 -->
@@@@ -310,7 +310,7 @@@@
   <Service name="Tomcat-Apache">
 
     <Connector className="org.apache.catalina.connector.warp.WarpConnector"
-     port="8008" minProcessors="5" maxProcessors="75"
+     port="%%WARP_PORT%%" minProcessors="5" maxProcessors="75"
      enableLookups="true" appBase="webapps"
      acceptCount="10" debug="0"/>
d72 5
@


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
@d1 43
a43 42
--- 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
a44 2
 #
 # And this is for jdk1.1.X
@


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
@Give jakarta-tomcat a chance of working with mod_jk.
@
text
@d8 1
a8 1
+workers.tomcat_home=%%PREFIX%%/tomcat
d15 1
a15 1
+workers.java_home=%%PREFIX%%/jdk1.1.8
@

