Problem faced using IIS and Tomcat integration on WindowsXP
Meenal Kane
Greenhorn
Joined: Jan 18, 2005
Posts: 3
posted
0
Getting following error when accessing web-page on Tomcat, when IIS and Tomcat is integrated. Getting an error specifically on Windows XP with SP2. The same integration works on Win2K. Following is the error: SEVERE: Error decoding request java.io.IOException at org.apache.jk.common.JkInputStream.receive(JkInputStream.java:305) at org.apache.jk.common.HandlerRequest.decodeRequest(HandlerRequest.java:465) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:343) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:604) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:562) at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619) at java.lang.Thread.run(Thread.java:536)
Any idea??
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
How much of this IIS - Tomcat installation works right? Is this one page the only problem? Which version of Tomcat? Which version of Java? Bill