AW: Apache/Tomcat/Mod_jk = setKeepAlive() in Ajp13Connector.run = NoSuchMethodError

2002-07-19 Thread Ralph Einfeldt

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]




AW: Apache/Tomcat/Mod_jk = setKeepAlive() in Ajp13Connector.run = NoSuchMethodError

2002-07-19 Thread Ralph Einfeldt

As i'm not a user of mod_jk, I won't burn my mouth.
Maybe this link helps to answer your question:

http://village.flashnet.it/users/fn048069/files/readme/jakarta.txt

 -Ursprüngliche Nachricht-
 Von: Gunter D'Hondt [mailto:[EMAIL PROTECTED]]
 Gesendet: Freitag, 19. Juli 2002 09:30
 An: 'Tomcat Users List'
 Betreff: RE: Apache/Tomcat/Mod_jk = setKeepAlive() in
 Ajp13Connector.run = NoSuchMethodError
 
 
 I removed the WarpConnector but still the same error occurs... 
 do I have to place a ajp13 connector in my Service 
 name=Tomcat-Apache?
 

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