mercredi 26 mars 2014

Websphere Application Server ( WAS 8.5 ) : Probléme d'upload (multipart/form-data)

L'erreur : FileUploadBase$IOFileUploadException: Processing of multipart/form-data request failed. Async operation timed out


Problème des timeouts (FileUpload) :

- Pour tester sur tomcat il faut changer les paramètres suivants car ils sont semblables aux paramètres WAS :
      

connectionUploadTimeout="XXXX" disableUploadTimeout="false"  connectionTimeout="XXX"
- Pour WAS il faut augmenter le Read timeout. (180)

Lien : Documentation WAS