You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dan Tran <da...@hotmail.com> on 2003/04/17 21:48:11 UTC

Struts upload problem with Tomcat connector JK2

Hi I have a upload page works very well when directly connect to tomcat port 8080.

However when use it with IIS to tomcat via JK2 connector, I encounter with following exception:

javax.servlet.ServletException: Processing of multipart/form-data request failed. Stream ended unexpectedly
	at org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(CommonsMultipartRequestHandler.java:244)
	at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1084)
	at org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:815)
	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:254)
	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)


To me, connector is the problem, but I just to see you see it as well and 
if there is any solution

Thanks

-Dan