I change <param-value>1048576</param-value> <!-- 1MB by default --> to 104857600, save as pdf working Many thanks again ;))))))
Maxim Solodovnik <solomax...@gmail.com> 于2020年2月26日周三 上午1:42写道: > Totally forgot > this > https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/webapp/WEB-INF/web.xml#L30 > limit also need to be increased > will do more tests tomorrow > > On Tue, 25 Feb 2020 at 23:27, Pin Lv <lv...@lvpin.org> wrote: > > > > Hello, > > I add maxPostSize to all the Connector, but it still not working > > <Connector port="5080" protocol="HTTP/1.1" > > connectionTimeout="20000" maxPostSize="-1" > > redirectPort="5443" /> > > <Connector port="5443" > protocol="org.apache.coyote.http11.Http11NioProtocol" > > maxThreads="150" SSLEnabled="true" > > keystoreFile="conf/keystore" keystorePass="password" > > clientAuth="false" maxPostSize="-1" sslProtocol="TLS"/> > > <Connector port="8009" protocol="AJP/1.3" redirectPort="5443" > maxPostSize="-1" /> > > would you tell me any more options shalI need to change? > > > > Best Regards > > Pin > > > > Maxim Solodovnik <solomax...@gmail.com> 于2020年2月26日周三 上午12:10写道: > >> > >> If you will follow the link > >> https://tomcat.apache.org/tomcat-9.0-doc/config/http.html > >> You will find same `maxPostSize` parameter :)))) > >> You need to add it to the http/https connector (or both) > >> > >> On Tue, 25 Feb 2020 at 22:52, Pin Lv <lv...@lvpin.org> wrote: > >> > > >> > Hello Maxim, > >> > Many thanks for your help, but would you please tell me some > detail about which parameter shall I modify to make it work? or is there > some link about it? > >> > Best regards, > >> > Pin Lv > >> > > >> > Maxim Solodovnik <solomax...@gmail.com> 于2020年2月25日周二 下午11:41写道: > >> >> > >> >> you need to modify server.xml > >> >> <Connector ...> tag > >> >> > >> >> The docs are here > https://tomcat.apache.org/tomcat-9.0-doc/config/http.html > >> >> > >> >> On Tue, 25 Feb 2020 at 22:33, Pin Lv <lv...@lvpin.org> wrote: > >> >> > > >> >> > Hello, > >> >> > I install openmeeting 5.0.0-M3 on Ubuntu 18.04 LTS following the > guide on openmeeting website. > >> >> > But when I want to download the whiteboard to pdf, it told me > The connection to the server has been lost. my file is about 154Kb > >> >> > I did some research, it told me I need to change the maxPostSize > in jee-container.xml. > >> >> > But I cannot find this file in OM5. > >> >> > where can I change to allow me download as pdf? > >> >> > Best Regards, > >> >> > Pin > >> >> > >> >> > >> >> > >> >> -- > >> >> WBR > >> >> Maxim aka solomax > >> > >> > >> > >> -- > >> WBR > >> Maxim aka solomax > > > > -- > WBR > Maxim aka solomax >