Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2015-02-26 | 518 Bytes | |
Totals: 1 Item | 518 Bytes | 0 |
Update information for OpenEMM 2015 (released in February 2015) If you want to compile OpenEMM 2015 with Tomcat 8, you have to remove the following section from file web.xml in directory /home/openemm/webapps/openemmm/WEB-INF: <filter> <filter-name>GZipRequestFilter</filter-name> <filter-class>org.agnitas.web.filter.GZipRequestFilter</filter-class> </filter> <filter-mapping> <filter-name>GZipRequestFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> After that you have to restart OpenEMM.