Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 43916 invoked from network); 4 Jan 2011 12:42:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2011 12:42:27 -0000 Received: (qmail 43021 invoked by uid 500); 4 Jan 2011 12:42:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 42854 invoked by uid 500); 4 Jan 2011 12:42:23 -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 42845 invoked by uid 99); 4 Jan 2011 12:42:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jan 2011 12:42:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Jan 2011 12:42:21 +0000 Received: (qmail 43665 invoked by uid 99); 4 Jan 2011 12:41:59 -0000 Received: from localhost.apache.org (HELO [192.168.23.9]) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jan 2011 12:41:59 +0000 Message-ID: <4D231593.6070104@apache.org> Date: Tue, 04 Jan 2011 12:41:55 +0000 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat7 with mod_jk References: <4D231217.7040803@geosar.ch> <4D231448.40808@kippdata.de> In-Reply-To: <4D231448.40808@kippdata.de> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 04/01/2011 12:36, Rainer Jung wrote: > Hi, > > On 04.01.2011 13:27, mario@geosar.ch wrote: >> Hello, >> why I get this error:java.lang.ClassNotFoundException: >> org.apache.jk.config.ApacheConfig >> >> with tomcat6 this worked: >> > modJk="/usr/local/apache2/modules/mod_jk.so" >> workersConfig="/usr/local/apache2/conf/workers.properties"/> >> >> Is changend something in tomcat7 > > That listener was only used to generate automatic mod_jk configurations > from Tomcat deployments. After starting Tomcat the config was written > out and you had to manually copy it into your Apache/mod_jk installation. > > The config which was generated that way never was really production > ready. It worked, but not more. Therefore the use of this listener is > not recommended and at least I think it is OK if it is no longer working > with TC 7. It is more than just not working, that is part of the pre-Coyote AJP connector that has been completely removed in Tomcat 7. Tomcat 7 just ships with the Coyote (BIO and APR) implementations for AJP. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org