Le jeudi 15 mars 2007 à 09:58 +0100, Stefan Paitoni a écrit :
> Hello,
> 
>  
> 
> It seems that, on the standard solution, there is a file size
> limitation (100Mb).  Is there any possibility to update this ? 
Yes, this is the default configuration of the tomahawk component.
For now, you have to modify web.xml to redefine this limit.
  <filter>
    <filter-name>extensionsFilter</filter-name>
    <filter-class>
      org.apache.myfaces.component.html.util.ExtensionsFilter
    </filter-class>
    <init-param>
      <param-name>uploadMaxFileSize</param-name>
      <param-value>100m</param-value>
        ...


> 
>  
> 
> 09:47:53,362 INFO  [MultipartRequestWrapper] user tried to upload a
> file that exceeded file-size limitations.
> 
> org.apache.commons.fileupload.FileUploadBase
> $SizeLimitExceededException: the request was rejected because its size
> (685301695) exceeds the configured
> 
> maximum (104857600)
> 
>         at
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:310)
> 
>         at
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:268)
> 
>         at
> org.apache.myfaces.webapp.filter.MultipartRequestWrapper.parseRequest(MultipartRequestWrapper.java:85)
> 
>         at
> org.apache.myfaces.webapp.filter.MultipartRequestWrapper.getParameter(MultipartRequestWrapper.java:181)
> 
>         at
> org.apache.myfaces.context.servlet.RequestParameterMap.getAttribute(RequestParameterMap.java:42)
> 
>         at
> org.apache.myfaces.context.servlet.AbstractAttributeMap.get(AbstractAttributeMap.java:91)
> 
>         at
> com.sun.facelets.tag.ui.UIDebug.debugRequest(UIDebug.java:119)
> 
>         at
> com.sun.facelets.FaceletViewHandler.restoreView(FaceletViewHandler.java:312)
> 
>  
> 
> Many Thanks
> 
>  
> 
> Stefan
> 
>  
> 
>                                    
> ______________________________________________________________________
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Dumitru CIUBENCO
> Sent: mercredi 14 mars 2007 17:01
> To: Olivier Grisel; [email protected]
> Subject: RE: [Ecm] Re: upload performance
> 
> 
>  
> 
> Forgot to specify that I am really using Import File function, not
> Drag&Drop.
> 
> Have anybody tried to stress NUXEO with many requests? big files? 
> 
> What result you have? There are file size limit? Or there are request
> limit?
> 
>  
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> On Behalf Of Olivier Grisel
> Sent: Wednesday, March 14, 2007 5:47 PM
> To: [email protected]
> Subject: [Ecm] Re: upload performance
> 
>  
> 
> Dumitru CIUBENCO a écrit :
> 
> > My log level is FATAL, so there are no server logs.
> 
> > 
> 
> > After restarting my server the result was for pdf upload:
> 
> > 
> 
> >  
> 
> > 
> 
> > 1.968 sec  -> 929,870 bytes
> 
> > 
> 
> > 9.751 sec  -> 10,383,816 bytes
> 
> > 
> 
> > 55.094 sec -> 1,040,384 bytes
> 
> > 
> 
> >  
> 
> > 
> 
> > You can see that at third step something is wrong
> 
>  
> 
> Can you please do the same tests with the "Import file" button of your
> workspace?
> 
>  
> 
> This should result the same created document as the drag & drop method
> on a
> 
> server side point of view. The main difference is that in that case
> you do not
> 
> rely upon the JS plugin + seam remoting to do the upload but use a
> traditional
> 
> POST request instead.
> 
>  
> 
> -- 
> 
> Olivier
> 
>  
> 
> _______________________________________________
> 
> ECM mailing list
> 
> [email protected]
> 
> http://lists.nuxeo.com/mailman/listinfo/ecm
> 
> 
> _______________________________________________
> ECM mailing list
> [email protected]
> http://lists.nuxeo.com/mailman/listinfo/ecm

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to