10.0
Configuration changes
Due to large log book tables it is recommended to increase the header size to 16348 bytes.
Find the file server.xml
in tomcat conf directory.
Find the connector you use.
It is usually the one with port 8080.
The configuration can look like:
<Connector
…
port="8080"
protocol="HTTP/1.1"
maxHttpHeaderSize="16348" (1)
…
/>
1 | Add parameter maxHttpHeaderSize="16348". The complete configuration then look like |
New features
-
Support for real time parking.
-
Transaction logbook contains used tariff. Requires FW ≥ 7.5.1.112.
-
Status messages report also reason. E.g. instead of “Remote update rejected” can be reported “Remote update of configuration rejected because of incorrect PDM number (expected 11 but received 73)”. Up to now is the reason implemented for messages 64, 66, 204, 216, 225, 226, 256, 258, 511-522, 667, 900. Requires FW ≥ 7.5.1.116