Uploading large files error to wildfly

后端 未结 4 727
悲哀的现实
悲哀的现实 2021-02-01 16:48

I try to upload large files(400mb+) to wildfly 8.1 and i get an IOException but i dont encounter any exception with the same conditions when using jboss 7 server:

Excep

4条回答
  •  渐次进展
    2021-02-01 17:24

    It is not in "standalone.conf" file . It is "standalone.xml" file which is located in folder "standalone/configuration". change max-post-size :

    
                
    

提交回复
热议问题