I just installed (via port), Mod_Jk2 and some of the post install message includes: If you're using Tomcat, note that you also need to configure the file # jk2.properties in tomcat5/conf (Tomcat should have installed a copy of this # file as jk2.properties.sample), or add appropriate attributes to the Connector # element in server.xml. Note that if you are going to use jk2.properties, you # now need to specify this in the Connector element in server.xml: # # <Connector protocol='AJP/1.3' port='8009' # enableLookups='false' redirectPort='8443' # propertiesFile='conf/jk2.properties' # /> My install did not include the jk2.properties.sample. Does anybody out there have an example they can send me as well of where to put it? Thanks for any help! --Samuel.
On 7/3/07, Samuel V. Green III <unkie@cox.net> wrote:
I just installed (via port), Mod_Jk2 and some of the post install message includes:
If you're using Tomcat, note that you also need to configure the file # jk2.properties in tomcat5/conf (Tomcat should have installed a copy of this # file as jk2.properties.sample), or add appropriate attributes to the Connector # element in server.xml. Note that if you are going to use jk2.properties, you # now need to specify this in the Connector element in server.xml: # # <Connector protocol='AJP/1.3' port='8009' # enableLookups='false' redirectPort='8443' # propertiesFile='conf/jk2.properties' # />
My install did not include the jk2.properties.sample. Does anybody out there have an example they can send me as well of where to put it?
I suspect it comes in the tarball. port fetch tomcat and poke around in the work directory in /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/java/tomcat5/ -- Paul Beard / www.paulbeard.org/ <paulbeard@gmail.com/paulbeard@mac.com>
Hi Samuel, That file may no longer be present in Tomcat, since jk2 has been abandoned. mod_jk is more up to date and has taken over from mod_jk2. Or use mod_proxy_ajp which ships with apache2: that's what I do. James On Jul 3, 2007, at 3:56 PM, Samuel V. Green III wrote:
I just installed (via port), Mod_Jk2 and some of the post install message includes:
If you're using Tomcat, note that you also need to configure the file # jk2.properties in tomcat5/conf (Tomcat should have installed a copy of this # file as jk2.properties.sample), or add appropriate attributes to the Connector # element in server.xml. Note that if you are going to use jk2.properties, you # now need to specify this in the Connector element in server.xml: # # <Connector protocol='AJP/1.3' port='8009' # enableLookups='false' redirectPort='8443' # propertiesFile='conf/jk2.properties' # />
My install did not include the jk2.properties.sample. Does anybody out there have an example they can send me as well of where to put it?
Thanks for any help!
--Samuel. _______________________________________________ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users
participants (3)
-
James Berry
-
paul beard
-
Samuel V. Green III