That's what I thought too but why am I getting this error then: java.lang.NoSuchMethodError: java.net.Socket: method setKeepAlive(Z)
As you can see below, others have said to upgrade to jdk1.3+ becoz the method setKeepAlive() is not in jdk1.22. My problem is that my current configuration doesn't allow me to use another jdk version so I've got to use jdk1.22. The only thing I can conclude is that it's not compatible with jdk1.22 then. Greetings, Gunter -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of IT-INDIA.com Sent: woensdag 24 juli 2002 04:01 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Compatibility between Tomcat4.04 and JDK1.22 yes, it is tomcat 4.04 is compatible with JDK 1.2+ sam ----- Original Message ----- From: Gunter D'Hondt <[EMAIL PROTECTED]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 6:24 AM Subject: Compatibility between Tomcat4.04 and JDK1.22 > Is Tomcat4.0.4 compatible with Sun JDK 1.22? > > Gunter > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On > Behalf Of Gunter D'Hondt > Sent: vrijdag 19 juli 2002 16:06 > To: 'Tomcat Users List' > Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in > Ajp13Connector.run => NoSuchMethodError > > > Where can I find the JDK1.3 or JDK1.4 coz on java.sun.com I can only find > the J2SE 1.3 & 1.4? > > Gunter > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On > Behalf Of Sullivan, Mark E > Sent: vrijdag 19 juli 2002 15:47 > To: 'Tomcat Users List' > Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in > Ajp13Connector.run => NoSuchMethodError > > > this error: java.lang.NoSuchMethodError: java.net.Socket: method > setKeepAlive(Z), is caused because the method java.net.Socket.setKeepAlive() > is not in jdk1.2.2. You'll have to upgrade to jdk1.3 > > -----Original Message----- > From: Gunter D'Hondt [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 19, 2002 3:15 AM > To: 'Tomcat Users List' > Subject: RE: Apache/Tomcat/Mod_jk => setKeepAlive() in > Ajp13Connector.run => NoSuchMethodError > > > Is there anybody who had the same problem and can help me out coz I'm out of > possibilities now... > > Greetings, > Gunter > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On > Behalf Of Ralph Einfeldt > Sent: vrijdag 19 juli 2002 09:51 > To: Tomcat Users List > Subject: AW: Apache/Tomcat/Mod_jk => setKeepAlive() in > Ajp13Connector.run => NoSuchMethodError > > > 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]> > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
