On 04/01/2011 12:36, Rainer Jung wrote: > Hi, > > On 04.01.2011 13:27, ma...@geosar.ch wrote: >> Hello, >> why I get this error:java.lang.ClassNotFoundException: >> org.apache.jk.config.ApacheConfig >> >> with tomcat6 this worked: >> <Listener className="org.apache.jk.config.ApacheConfig" >> 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org