Dear Agnitas Admins,
The online help pages appear to have been translated into French (French language pages are already available in webapps/openemm/help_fr in OpenEMM 2015 R2 installation) so why are at least these not available when the user interface is in French, just like the English and ...
Search found 2 matches
- Thu Jan 07, 2016 5:25 pm
- Forum: Installation & Upgrades
- Topic: Portuguese language
- Replies: 2
- Views: 5417
- Fri Aug 26, 2011 1:00 pm
- Forum: Bugs, bug fixes & releases
- Topic: OpenEMM-2011 Tomcat encoding issue
- Replies: 2
- Views: 4481
Re: OpenEMM-2011 Tomcat encoding issue
Hi,
I have the same issue and have amended conf/server.xml to this:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
URIEncoding="UTF-8" />
<!-- A "Connector" using the shared thread pool-->
<!--
<Connector executor="tomcatThreadPool"
port="8080 ...
I have the same issue and have amended conf/server.xml to this:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"
URIEncoding="UTF-8" />
<!-- A "Connector" using the shared thread pool-->
<!--
<Connector executor="tomcatThreadPool"
port="8080 ...
