Uploading large files error to wildfly

后端 未结 4 665
悲哀的现实
悲哀的现实 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:29

    I have found solution for this. I had this same issue and I solved it. It may help others.

    For allowing more http request header size you need to change standalone.xml file of jboss or wildfly.

    Add max-header-size attribute to default server and restart the server it will work Standalone.conf

    
            
            
                
                
                    
                    
                    
                
            
    ...
    
    

提交回复
热议问题