Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 12775 invoked from network); 7 Sep 2006 05:45:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 05:45:43 -0000 Received: (qmail 60203 invoked by uid 500); 7 Sep 2006 05:45:29 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 60179 invoked by uid 500); 7 Sep 2006 05:45:29 -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 60168 invoked by uid 99); 7 Sep 2006 05:45:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 22:45:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jak-tomcat-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 22:45:28 -0700 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GLChC-0006nA-Ov for users@tomcat.apache.org; Thu, 07 Sep 2006 07:45:02 +0200 Received: from pool-71-104-91-104.lsanca.dsl-w.verizon.net ([71.104.91.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Sep 2006 07:45:02 +0200 Received: from wbarker by pool-71-104-91-104.lsanca.dsl-w.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 07 Sep 2006 07:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@tomcat.apache.org From: "Bill Barker" Subject: Re: Different Tomcat version instances with a single Apache front-end? Date: Wed, 6 Sep 2006 22:43:21 -0700 Lines: 32 Message-ID: References: <44FF8D39.9060400@webconexion.net> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-104-91-104.lsanca.dsl-w.verizon.net X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Response Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N "Garthfield Carter" wrote in message news:44FF8D39.9060400@webconexion.net... > Hi, > > I currrently have Tomcat (5.0.28) set-up with an Apache front-end. I would > like to run an instance of Tomcat 5.5, as well, on the same server again > using the same Apache front-end. Can the command for specifiying the > workers.property file in httpd.conf: > > e.g: JkWorkersFile /etc/httpd/conf/workers.properties > > be placed within the VirtualHost definition so that I can specify a > different location for the Tomcat 5.5 instances? > Last time I tried, it didn't work. You need to define one worker for each vhost. However the JkMount directives can be specified in the vhost section, so you can select the correct worker there. > or is there another way of having different Tomcat instance versions with > a single Apache front-end? > > Garthfield > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org