Re: Failed to download as PDF in OM 5.0.0-M3

2020-02-25 Thread Pin Lv
I change 1048576 to 104857600, save as pdf working Many thanks again ;)) Maxim Solodovnik 于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 mor

Re: Failed to download as PDF in OM 5.0.0-M3

2020-02-25 Thread Maxim Solodovnik
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 wrote: > > Hello, > I add maxPostSize to all the Connector, but it still n

Re: Failed to download as PDF in OM 5.0.0-M3

2020-02-25 Thread Pin Lv
Hello, I add maxPostSize to all the Connector, but it still not working would you tell me any more options shalI need to change? Best Regards Pin Maxim Solodovnik 于2020年2月26日周三 上午12:10写道: > If you will follow the link > https://tomcat.apache.org/tomcat-9.0-doc/config/http.html > You will fi

Re: Failed to download as PDF in OM 5.0.0-M3

2020-02-25 Thread Maxim Solodovnik
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 wrote: > > Hello Maxim, >Many thanks for your help, but would yo

Re: Failed to download as PDF in OM 5.0.0-M3

2020-02-25 Thread Pin Lv
Hello, after I change the server.xml like this, it seems stil not working Best Regards, Pin Lv Maxim Solodovnik 于2020年2月25日周二 下午11:41写道: > you need to modify server.xml > tag > > The docs are here > https://tomcat.apache.org/tomcat-9.0-doc/config/http.html > > On Tue, 25 Feb 2020 at 22:33, Pi

Re: Failed to download as PDF in OM 5.0.0-M3

2020-02-25 Thread Pin Lv
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 于2020年2月25日周二 下午11:41写道: > you need to modify server.xml > tag > > The docs are here >

Re: Failed to download as PDF in OM 5.0.0-M3

2020-02-25 Thread Maxim Solodovnik
you need to modify server.xml 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 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 downl

Failed to download as PDF in OM 5.0.0-M3

2020-02-25 Thread Pin Lv
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 maxPostSi