The first thing that puzzles me is that you have 
org.apache.catalina.connector.warp.WarpConnector
in server.xml although you are talking about mod_jk.

I don't have an idea how this might cause your 
error message.

> -----Ursprüngliche Nachricht-----
> Von: Gunter D'Hondt [mailto:[EMAIL PROTECTED]]
> Gesendet: Freitag, 19. Juli 2002 09:09
> An: 'Tomcat Users List'
> Betreff: Apache/Tomcat/Mod_jk => setKeepAlive() in 
> Ajp13Connector.run =>
> NoSuchMethodError
> 
> I'm working with nt4, 
> apache2.0.39,tomcat4.04,jdk1.22,mod_jk1.2 and I can
> start everything up but when browsing to a jsp page gives me 
> the following error:
<snip/>
> <Connector 
> className="org.apache.catalina.connector.warp.WarpConnector"
>      port="8008" minProcessors="5" maxProcessors="75"
>      enableLookups="true" appBase="webapps"
>      acceptCount="10" debug="0"/>
> <Engine className="org.apache.catalina.connector.warp.WarpEngine"
>      name="Apache" debug="0">
>       <Logger className="org.apache.catalina.logger.FileLogger"
>               prefix="apache_log." suffix=".txt"
>               timestamp="true"/>
>       <Realm className="org.apache.catalina.realm.MemoryRealm" />
>     </Engine>
>   </Service>
> </Server>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to