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 10505 invoked from network); 26 Aug 2003 09:01:37 -0000 Received: from unknown (HELO mail.brittany-ferries.fr) (195.115.65.66) by daedalus.apache.org with SMTP; 26 Aug 2003 09:01:37 -0000 Received: from roscoff-firewall-ng ([192.168.2.1]) by mail.brittany-ferries.fr with Microsoft SMTPSVC(5.0.2195.5329); Tue, 26 Aug 2003 10:56:21 +0200 Received: from exchntr15.brittany-ferries.com ([10.1.4.15]) by roscoff-firewall-ng.brittany-ferries.fr; Tue, 26 Aug 2003 10:59:56 +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: Tue, 26 Aug 2003 11:01:41 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Modjk2 error log Thread-Index: AcNrHqfVyHW6BBsoTf6xoZ+fXEI4OwAA0qfAACLTUCA= From: =?iso-8859-1?Q?=22Th=E9bault=2C_M=E9d=E9rick=22?= To: "Tomcat Users List" X-OriginalArrivalTime: 26 Aug 2003 08:56:22.0312 (UTC) FILETIME=[EC391A80:01C36BAF] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N To follow the thread, It is not compulsory to set uri mapping in workers2.properties file. = Just adding jkuriset in host section (virtual as well) of httpd.conf = will do the job. But one more thing please, With httpd.conf having=20 ######################### ServerName foo3.com .... JkUriSet worker ajp13:foo3.com:8009 ServerName foo2.com .... JkUriSet worker ajp13:foo2.com:8009 ServerName foo1.com .... JkUriSet worker ajp13:foo1.com:8009 JkUriSet worker ajp13:foo1.com:8009 JkUriSet worker ajp13:foo1.com:8009 ######################### and workers2.properties having ######################### [logger.apache2] level=3DDEBUG [shm] file=3Dc:/shm.file size=3D1048576 # Example socket channel, override port and host. [channel.socket:foo2.com:8009] port=3D8009 host=3D127.0.0.1 # Example socket channel, override port and host. [channel.socket:foo3.com:8009] port=3D8009 host=3D127.0.0.1 # Example socket channel, override port and host. [channel.socket:foo1.com:8009] port=3D8009 host=3D127.0.0.1 # define the worker [ajp13:foo2.com:8009] channel=3Dchannel.socket:foo2.com:8009 # define the worker [ajp13:foo3.com:8009] channel=3Dchannel.socket:foo3.com:8009 # define the worker [ajp13:foo1.com:8009] channel=3Dchannel.socket:foo1.com:8009 [status:status] [uri:/status/*] group=3Dstatus:status ######################### http://localhost/Status gives 3 entries for "ajp13 runtime info" (which = is correct or least what we want). But for the "uri runtime info" section, there is no mention about the = entry for the foo3.com host. ID name host uri group context=09 0 null null null 0 /TruckEnqui/ * /TruckEnqui/ ajp13:foo2.com:8009 / 0 /unicorn2xml * /unicorn2xml ajp13:foo1.com:8009 / 0 /xml2unicorn * /xml2unicorn ajp13:foo1.com:8009 / 0 /xi * /xi ajp13:foo1.com:8009 / 0 /status/* * /status/* status:status / 0 * * null null null 0 */ * / lb:lb / Does anyone see why there is no entry for this host? If you have any other comments.... (Is it normal that in the array above = the id is always the same although "ajp13 runtime info" section gives 3 = ids (from 0 to 2)? Regards Mederick