Rick Mann wrote:
> I've got 4.0.6 running, and for one of the web apps, it uses the directory 
> file list capabilities of:
>
>       <servlet servlet-name="directory"               
> servlet-class="com.caucho.servlets.DirectoryServlet">
>               <init enable="true"/>
>       </servlet>
>
> I uploaded a 5 GB file via scp, but now can't retrieve that file via HTTP 
> Get. It reports the file size as 713 MB.
>
> Am I correct that this is the problem? Resin is assuming file sizes fit in 32 
> bits?
>   
The DirectoryServlet shouldn't matter, correct? Do you see this with a 
direct GET?

It looks like somewhere there's a 32 bit limit. Are you using Resin's 
JNI or not?

-- Scott
> TIA,
> Rick
>
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>   



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to