Changeset 9298 for trunk/dports


Ignore:
Timestamp:
Nov 15, 2004, 3:25:50 PM (19 years ago)
Author:
jberry
Message:

Update mod_jk2 to use code from tomcat5 5.5.4, now stable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/mod_jk2/Portfile

    r9015 r9298  
    1 # $Id: Portfile,v 1.1 2004/10/28 22:16:26 jberry Exp $
     1# $Id: Portfile,v 1.2 2004/11/15 15:25:50 jberry Exp $
    22
    33PortSystem 1.0
    44
    55name                            mod_jk2
    6 version                         5.0.29
     6version                         5.5.4
    77
    88categories                      www java
     
    2020distname                        jakarta-tomcat-${version}-src
    2121master_sites            apache:jakarta/tomcat-5/v${version}/src/
    22 checksums                       md5 7499866b9d37fd4a3bfd17ac0163ddc7
     22checksums                       md5 2fdfb34df8f670af2669d02fb6103a45
    2323
    2424patchfiles                      patch-workers2.properties.minimal.diff
     
    104104        ui_msg "#"
    105105        ui_msg "# If you're using Tomcat, note that you also need to configure the file"
    106         ui_msg "# jk2.properties in tomcat5/conf. Tomcat should have installed a copy of this"
    107         ui_msg "# file as jk2.properties.sample"
     106        ui_msg "# jk2.properties in tomcat5/conf (Tomcat should have installed a copy of this"
     107        ui_msg "# file as jk2.properties.sample), or add appropriate attributes to the Connector"
     108        ui_msg "# element in server.xml. Note that if you are going to use jk2.properties, you"
     109        ui_msg "# now need to specify this in the Connector element in server.xml:"
    108110        ui_msg "#"
    109         ui_msg "# Be sure to add the following line to your httpd.conf:"
     111        ui_msg "#       <Connector protocol='AJP/1.3' port='8009'"
     112    ui_msg "#                  enableLookups='false' redirectPort='8443'"
     113    ui_msg "#                  propertiesFile='conf/jk2.properties'"
     114    ui_msg "#                  />"
     115        ui_msg "#"
     116        ui_msg "# Be sure to also add the following line to your httpd.conf:"
    110117        ui_msg "#"
    111118        ui_msg "#     LoadModule jk2_module modules/mod_jk2.so"
Note: See TracChangeset for help on using the changeset viewer.