Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 15480 invoked from network); 25 Jun 2002 13:09:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Jun 2002 13:09:52 -0000 Received: (qmail 17883 invoked by uid 97); 25 Jun 2002 13:09:39 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 17830 invoked by uid 97); 25 Jun 2002 13:09:38 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 17818 invoked by uid 98); 25 Jun 2002 13:09:38 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: From: "Douglas, Rory" To: "'Tomcat Users List (E-mail)'" Subject: example mod_jk2 files for Apache 2.0.39 Date: Tue, 25 Jun 2002 08:54:26 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C21C47.7022A690" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C21C47.7022A690 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C21C47.7022A690" ------_=_NextPart_001_01C21C47.7022A690 Content-Type: text/plain; charset="iso-8859-1" As requested, attached are the actual config files I'm currently using to integerate Apache2 and Tomcat 4.1.3 using mod_jk2. I have not included server.xml (it is hard to read because it's maintained by the admin webapp) but the complete element is attached (actually the tomcat docs on this part of the config are fine). Rory Douglas Sun Chemical Corporation (201) 224-4600 x133 rory.douglas@na.sunchem.com ------_=_NextPart_001_01C21C47.7022A690 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable example mod_jk2 files for Apache 2.0.39

As requested, attached are the actual config files = I'm currently using to integerate Apache2 and Tomcat 4.1.3 using = mod_jk2.  I have not included server.xml (it is hard to read = because it's maintained by the admin webapp) but the complete = <connector> element is attached (actually the tomcat docs on this = part of the config are fine).


Rory Douglas
Sun Chemical Corporation
(201) 224-4600 x133
rory.douglas@na.sunchem.com

  ------_=_NextPart_001_01C21C47.7022A690-- ------_=_NextPart_000_01C21C47.7022A690 Content-Type: application/octet-stream; name="server.snippet" Content-Disposition: attachment; filename="server.snippet" ------------- in SERVER.XML -------------- ------_=_NextPart_000_01C21C47.7022A690 Content-Type: application/octet-stream; name="workers2.properties" Content-Disposition: attachment; filename="workers2.properties" [logger] level=DEBUG [config:] file=${serverRoot}/conf/workers2.properties debug=20 debugEnv=0 [uriMap:] info=Maps the requests. Options: debug debug=20 [workerEnv:] info=Global server options timing=1 debug=20 [channel.socket:localhost:8009] info=Ajp13 forwarding over socket debug=20 tomcatId=Tomcat1 [status:] info=Status worker, displays runtime informations [uri:/jkstatus/*] info=Display status information and checks the config file for changes. group=status: [uri:/test] info=Stuff debug=20 context=/test [uri:/test/*] info=Map the whole app debug=20 ------_=_NextPart_000_01C21C47.7022A690 Content-Type: application/octet-stream; name="jk2.properties" Content-Disposition: attachment; filename="jk2.properties" ## THIS FILE MAY BE OVERRIDEN AT RUNTIME. MAKE SURE TOMCAT IS STOPED ## WHEN YOU EDIT THE FILE. ## COMMENTS WILL BE _LOST_ ## DOCUMENTATION OF THE FORMAT IN JkMain javadoc. # Override the default port for the socketChannel channelSocket.port=8009 # Default: # channelUnix.file=${jkHome}/work/jk2.socket # Just to check if the the config is working # shm.file=c\:\\Development\\Apache2\\logs\\jk2.shm # apr.jniModeSo=c\:\\Development\\Apache2\\modules\\mod_jk2.dll ------_=_NextPart_000_01C21C47.7022A690 Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: ------_=_NextPart_000_01C21C47.7022A690--