Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Railo Express (Jetty) File Upload Issue

I'm attempting to upload a 1 GB file with jetty. The code can be seen here:

https://gist.github.com/CoryFail/26ce829f60198d8d951b

It works perfectly on Tomcat but with Jetty the upload is uploading the file partially multiple times and then times out. It looks like this:

Folder 1
  Uploaded File (24MB)
Folder 2
  Uploaded File (2MB)
Folder 3
  Uploaded File (78MB)

When it should just be:

Folder 1
  Uploaded File (1GB)

Any ideas what the issue is?

Cory C. Fail
Software Engineer
coryfail.com / 912.257.0840
"Don't give into wild currents."

Back to the top