Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 35393 invoked from network); 17 Sep 2008 17:48:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Sep 2008 17:48:51 -0000 Received: (qmail 41277 invoked by uid 500); 17 Sep 2008 17:48:35 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 41248 invoked by uid 500); 17 Sep 2008 17:48:35 -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 41237 invoked by uid 99); 17 Sep 2008 17:48:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 10:48:35 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [193.252.22.190] (HELO smtp6.freeserve.com) (193.252.22.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Sep 2008 17:47:36 +0000 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf3628.me.freeserve.com (SMTP Server) with ESMTP id 274937000082 for ; Wed, 17 Sep 2008 19:47:58 +0200 (CEST) Received: from smtp.homeinbox.net (unknown [91.109.156.78]) by mwinf3628.me.freeserve.com (SMTP Server) with ESMTP id 0A5127000081 for ; Wed, 17 Sep 2008 19:47:58 +0200 (CEST) X-ME-UUID: 20080917174758423.0A5127000081@mwinf3628.me.freeserve.com Received: from localhost (localhost [127.0.0.1]) by smtp.homeinbox.net (Postfix) with ESMTP id 51C071A4455 for ; Wed, 17 Sep 2008 18:47:59 +0100 (BST) X-Virus-Scanned: Debian amavisd-new at homeinbox.net Received: from smtp.homeinbox.net ([127.0.0.1]) by localhost (server01.dev.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lAqiVTwgn8WW for ; Wed, 17 Sep 2008 18:47:56 +0100 (BST) Received: from [192.168.0.4] (study01.dev.local [192.168.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.homeinbox.net (Postfix) with ESMTPSA id 29C041A440A for ; Wed, 17 Sep 2008 18:47:56 +0100 (BST) Message-ID: <48D142C8.4020507@apache.org> Date: Wed, 17 Sep 2008 18:47:52 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Migration from Tomcat 4.x to 5.5 References: <07cb01c918e9$22138140$d3eb4d0a@cisco.com> In-Reply-To: <07cb01c918e9$22138140$d3eb4d0a@cisco.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Arun Raj Ramkumar wrote: > Hi all, > > I need to migrate my web application from tomcat 4.1.29 to tomcat 5.5. I > have installed tomcat 5.5 with JDK 1.6 and deployed my web application, its > working fine. > Tell me what are all the changes need to be done to connect apache 2.0 to > tomcat 5.5. Earlier apache 2.0 server was connected to tomcat 4.1.29. > In tomcat 4.1.29 server.xml there was the below tag for AJP connector > > port="8029" minProcessors="5" maxProcessors="150" > acceptCount="10" tomcatAuthentication="false" debug="0"/> > > Is there any similar kind of above tag for tomcat 5.5 so that i can enable > authentication for my web application. http://tomcat.apache.org/tomcat-5.5-doc/config/ajp.html The sample that comes with 5.5 in server.xml is: > Also tell me wat are all the changes need to be done in mod_jk.conf , > workers.properties and httpd.conf files as am migrating to tomcat5.5. None. Mark --------------------------------------------------------------------- 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