Skip to main content

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

Cory,

Can you post your jetty config and web.xml setup?

Jan

On 19 June 2014 21:54, Cory Fail <me@xxxxxxxxxxxx> wrote:
> 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."
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top