I understand this is working for others. I am just seeing if anyone can point me in a direction that will allow me to resolve the problem on my side.
Joshua Spiva I.T. Manager 1411 Twin Oaks Street, Wichita Falls, TX 76302 tel: (940) 322-2206 dir: (940) 264-9114 [email protected] -----Original Message----- From: users [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Wednesday, August 24, 2016 2:20 PM To: XWiki Users <[email protected]> Subject: Re: [xwiki-users] Attachment size issues Hi Joshua, > On 24 Aug 2016, at 20:14, Joshua Spiva <[email protected]> wrote: > > I have been having issues with increasing attachment size in xwiki for a > little over a year now and it really hasn't come up too often but I am at the > point now where I need to be able to upload more than 23mb. I have read every > article I can get my hands on and here is what I have done so far to try to > resolve the issue. > I know 9gb seems excessive but its more or less just a test. The > largest files I will be uploading are 75mb Are you using filesystem attachments in XWiki? http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments When I last tested filesystem attachments, I was able to upload a 1GB attachment with no issue. Thanks -Vincent > > Versions: > Tomcat 8.0 > Xwiki 8.2.1 > MySQL 5.6 > > I have adjust Tomcat's server.xml file with the following: > <Connector port="8084" protocol="HTTP/1.1" > connectionTimeout="20000" > redirectPort="8443" > maxPostSize="9000000000" > URIEncoding="UTF-8"/> > I have adjusted Tomcat's web.xml file with the following: > <max-file-size>9000000000</max-file-size> > <max-request-size>9000000000</max-request-size> > Xwiki > Max Attachment Size is set to 9000000000 MySQL > max_allowed_packet=9000000000 > _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
