Hi All,
I tried to send 3G size data to apache-tomcat-5.5.16 using ajp connector
and I got error below.. I think MessageByte.getInt() only allows
2.1Gigabytes data as an Integer only 32 bits because of I send more than
3G data that why Tomcat could not handle this large size.
[TP-Processor3] ERROR common.HandlerRequest - Error decoding request
java.lang.NumberFormatException
at org.apache.tomcat.util.buf.Ascii.parseInt(Ascii.java:145)
at
org.apache.tomcat.util.buf.ByteChunk.getInt(ByteChunk.java:521)
at
org.apache.tomcat.util.buf.MessageBytes.getInt(MessageBytes.java:688)
at
org.apache.jk.common.HandlerRequest.decodeHeaders(HandlerRequest.java:57
9)
at
org.apache.jk.common.HandlerRequest.decodeRequest(HandlerRequest.java:39
7)
at
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:260)
at
org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:
684)
at org.apache.jk.common.ChannelSocket
$SocketConnection.runIt(ChannelSocket.
java:876)
at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool
.java:684)
at java.lang.Thread.run(Thread.java:619)
Is there a way that I can configure?
I am looking for a solution to handle more than 3Gigabytes through
apache-tomcat5.5.16, is anyone can help thanks in advance..
Thanks
--Daniel
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]