Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 23154 invoked from network); 7 Nov 2005 03:44:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Nov 2005 03:44:47 -0000 Received: (qmail 18108 invoked by uid 500); 7 Nov 2005 03:44:31 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 18089 invoked by uid 500); 7 Nov 2005 03:44:31 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 18078 invoked by uid 99); 7 Nov 2005 03:44:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 19:44:31 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [202.4.235.70] (HELO puttputt.engineroom.anchor.net.au) (202.4.235.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2005 19:44:25 -0800 Received: from starboard.anchor.net.au (starboard.anchor.net.au [202.4.234.3]) by puttputt.engineroom.anchor.net.au (Postfix) with ESMTP id 61EDF1FF69 for ; Mon, 7 Nov 2005 14:44:06 +1100 (EST) Received: from [10.108.62.187] (office.bridge.anchor.net.au [202.4.235.109]) by starboard.anchor.net.au (8.11.6/8.11.6) with ESMTP id jA73i6P26769 for ; Mon, 7 Nov 2005 14:44:06 +1100 Message-ID: <436ECDCE.7050603@anchor.com.au> Date: Mon, 07 Nov 2005 14:45:18 +1100 From: Oliver Hookins User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051010) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Unix socket communications on Tomcat 5.5 References: <0d7c01c5e102$9332c790$8a01a8c0@smartfish> <436B015D.2000709@anchor.com.au> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Bill Barker wrote: > "Oliver Hookins" wrote in message > news:436B015D.2000709@anchor.com.au... > >>Richard Mixon wrote: >> >>>Oliver, >>> >>>Unless you have a special reason to use mod_jk2, you should probably be >>>using mod_jk instead. See: >>> http://tomcat.apache.org/connectors-doc/news/20041100.html#20041115.1 >>> >>>The mod_jk documentation for 5.5. is here:: >>> http://tomcat.apache.org/connectors-doc/ >>> >>>Now, if you really need to stay with mod_jk2, hopefully someone else can >>>help. >> >>I had no idea mod_jk was now the current tomcat connector module, so I'll >>use that if it is more appropriate. If you can give me a quick idea of how >>to set that up with unix sockets that would be great. >> > > > Currently mod_jk doesn't support unix sockets (ditto for mod_proxy_ajp :). > To use unix sockets currently, you must use (the currently unsupported) > mod_jk2. > > However, there is some intial support for them in the new APR Connector. > It's not complete (and so not usable :), but it's possible that some future > version of mod_jk/Tomcat will support this. At the moment it is looking too hard to get working so I think I'm going to leave it. Thanks for the help though. > > >>>HTH - Richard >>> >>>-----Original Message----- >>>From: Oliver Hookins [mailto:oliver.hookins@anchor.com.au] Sent: >>>Thursday, November 03, 2005 8:12 PM >>>To: users@tomcat.apache.org >>>Subject: Unix socket communications on Tomcat 5.5 >>> >>>I've been trying to find some decent documentation on setting up Tomcat >>>to >>>communicate with mod_jk2 and Apache over unix sockets. So far what I've >>>found suggests I only need to alter jk2.properties with details of the >>>socket, and workers2.properties with the same details. I've done this and >>>restarted Tomcat and it still appears to be creating the TCP/IP socket on >>>port 8009, but not creating any unix socket file. >>> >>>Has anyone got a working Tomcat 5.5 mod_jk2 configuration using Unix >>>sockets >>>I'd love to know what you did to set it up. >>> >>>-- >>>Thanks, >>>Oliver >>> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org