Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] How to host files greater than 2GB. ?

I see some in

http://download.eclipse.org/tools/orbit/downloads/drops/R20080807152315/

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Tue, May 19, 2009 at 08:17, Srijith Kochunni <ksrijith@xxxxxxxxxx> wrote:
> Didn't find them on Eclipse downloads.. Can you direct me please.
>
> I was looking at
> http://download.eclipse.org/equinox/drops/S-3.5RC1-200905151143/index.php
>
> -Srijith.
>
>>>> Jesse McConnell <jesse.mcconnell@xxxxxxxxx> 5/19/2009 6:46 PM >>>
>
> oh shoot, jetty5 ok...old school jetty :)
>
> there are some more recent releases of the HttpService that use
> jetty6, any chance of using those?
>
> jesse
>
> --
> jesse mcconnell
> jesse.mcconnell@xxxxxxxxx
>
>
>
> On Tue, May 19, 2009 at 08:14, Srijith Kochunni <ksrijith@xxxxxxxxxx> wrote:
>> Hi Jesse,
>>
>>      I doubt, whether the problems are same, because the download almost
>> always does not happen when the file size is > 2 GB. I'm using Jetty
>> version
>> 5.1.4.
>>
>> Thanks,
>>
>> Srijith.
>>
>>>>> Jesse McConnell <jesse.mcconnell@xxxxxxxxx> 5/19/2009 5:42 PM >>>
>>
>> hello..
>>
>>
>> http://docs.codehaus.org/display/JETTY/Frequent+disconnects+when+downloading+large+files
>>
>> is that the issue your running across?
>>
>> jesse
>>
>> --
>> jesse mcconnell
>> jesse.mcconnell@xxxxxxxxx
>>
>>
>>
>> On Tue, May 19, 2009 at 06:59, Srijith Kochunni <ksrijith@xxxxxxxxxx>
>> wrote:
>>> Hi List,
>>>
>>>               I am new to this list, and couldn't figure out a way of
>>> searching the mailing list, So my apologies if this has already been
>>> discussed.
>>>
>>>               I am making use of Equinox Jetty bundle and hosting a web
>>> server, using which I am hosting files for download. The problem I'm
>>> facing
>>> is that some of these files are larger than 2 GB and these files are not
>>> able to be properly downloaded, from my web server. I believe it's
>>> because
>>> the size boils down to be greater than Int.MaxValue. The
>>> ServletResponse.setContentLength() API takes int as argument. I believe
>>> this
>>> is what is causing the problem.
>>>
>>>                Would like to know if this has been addressed before and
>>> if
>>> so how ? Also if it is yet to addressed, whether there is any workaround
>>> /
>>> a
>>> bug logged for the same.
>>>
>>>              Any help / ideas / suggestions would be greatly appreciated.
>>>
>>> Thanks,
>>>
>>> Srijith.
>>>
>>> _______________________________________________
>>> jetty-dev mailing list
>>> jetty-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>>>
>>>
>> _______________________________________________
>> jetty-dev mailing list
>> jetty-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>>
>> _______________________________________________
>> jetty-dev mailing list
>> jetty-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>>
>>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>
>


Back to the top