I'm having problems with TC4.0.2 and the AJP13
connector from IIS 5.0 using JDK1.2.2. I continuously
get the following error when I make a request:
java.lang.NoSuchMethodError: java.net.Socket: method
setKeepAlive(Z)V not found
at
org.apache.ajp.tomcat4.Ajp13Connector.run(Ajp13Connector.java,
Compiled Code)
at java.lang.Thread.run(Thread.java:479)
It seems like a problem with my JDK, since AJP13 is
trying to call java.net.Socket.setKeepAlive() and
JDK1.2.2 does not have this method. Upgrading to
JDK1.3.1 fixes things, but my application requires
1.2.2.
According to the docs, this is a supported
configuration on Win2000. I've reinstalled 3 times
and each time got this error. Has anyone else with
this configuration had a similar problem?
any help would be appreciated.
Adrian
__________________________________________________
Do You Yahoo!?
Got something to say? Say it better with Yahoo! Video Mail
http://mail.yahoo.com
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>