hi!

i got this strange problem with oc4j from oracle 9i:

a have a servlet that receives in doPost a serialized java object.
if the object is small... let's say 2k it works just fine, i read the
object using objectInputStream.readObject()
when the object gets bigger... (can't say really what is the limit) i
get this exception:
"InputStream does not contain a serialized object"

the funny part is that the servlet works with tomcat4.0 regardless sent
object's size.

did someone ever had a problem like this?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to