Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 31076 invoked from network); 25 Aug 2003 18:05:48 -0000 Received: from unknown (HELO mail.brittany-ferries.fr) (195.115.65.66) by daedalus.apache.org with SMTP; 25 Aug 2003 18:05:48 -0000 Received: from roscoff-firewall-ng ([192.168.2.1]) by mail.brittany-ferries.fr with Microsoft SMTPSVC(5.0.2195.5329); Mon, 25 Aug 2003 18:11:28 +0200 Received: from exchntr15.brittany-ferries.com ([10.1.4.15]) by roscoff-firewall-ng.brittany-ferries.fr; Mon, 25 Aug 2003 18:15:06 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Modjk2 error log content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 25 Aug 2003 18:16:47 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Modjk2 error log Thread-Index: AcNrHqfVyHW6BBsoTf6xoZ+fXEI4OwAA0qfA From: =?iso-8859-1?Q?=22Th=E9bault=2C_M=E9d=E9rick=22?= To: "Tomcat Users List" X-OriginalArrivalTime: 25 Aug 2003 16:11:29.0140 (UTC) FILETIME=[8AB12B40:01C36B23] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanx for this. I thought it was the other way around. When looking to jk2 Source = (mod_jk2.c), it does not matter. See comments below : /** * Set a property associated with a URI, using native =20 * directives. * * This is used if you want to use the native mapping and * integrate better into apache. * * Same behavior can be achieved by using uri.properties and/or JkSet. *=20 * Example: * * * JkUriSet worker ajp13 * * * * This is the best way to define a webapplication in apache. It is * scalable ( using apache native optimizations, you can have hundreds * of hosts and thousands of webapplications ), 'natural' to any * apache user. * * XXX This is a special configuration, for most users just use * the properties files. */ But I will try your tip? By the way, could someone teach me something on the "worker" logic? Thanx