Mat�as Salvador wrote:
>
> Hy everybody,
>                         I'm using the O Reilly's classes (specifically, the
> multipart class used to parse a post into PartParams and FileParams) and
> when running over Apache with Tomcat, it throws me the following Exception.
> When I try the same part but with the SDK2.1, there are no Exceptions
> throwns and the program works fine..... am i missing anything in the Apache
> configuration?
>
> java.io.IOException: unexpected end of part

It's a bug in Tomcat that happens with the ajp13 connector.  If you use
ajp12, all will be well.

Note that I'm working on a web page to document the symptoms, cause, and
workarounds of the most frequently reported bugs (FRBs?) for servlets.
This one is at the top of the list.  See
http://www.servlets.com/soapbox/bugs.html for a sneak peek.  If your
favorite FRB isn't listed, let me know.

-jh-

___________________________________________________________________________
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