diff --git a/docs/src/main/resources/templates/scaling.html b/docs/src/main/resources/templates/scaling.html index c08b9e1bf..ff2309eaa 100644 --- a/docs/src/main/resources/templates/scaling.html +++ b/docs/src/main/resources/templates/scaling.html @@ -11,10 +11,10 @@
- MapFish-Print's horizontal scaling solution is based on storing states in a PostgreSQL database.
- To enable this mode, the file mapfish-spring-application-context-override-db.xml
- must be copied to mapfish-spring-application-context-override.xml
and database connection
- parameters must be configured (see below).
+ MapFish-Print's horizontal scaling solution is based on storing states in a PostgreSQL database. To enable
+ this mode, the file mapfish-spring-application-context-override-db.xml
must be copied to
+ mapfish-spring-application-context-override.xml
and database connection parameters must be
+ configured (see below).
The database connection must be configured with the following Java system properties:
@@ -50,11 +50,11 @@- Existing MapFish-Print distribution packages may already contain functionality to ease the setup of horizontal - scaling. - For example, if you use the Docker image https://hub.docker.com/r/camptocamp/mapfish_print), you do not - need to manually rename the file mentioned above, and a startup script contains functionality to verify database - availability before the application server is started. + Existing MapFish-Print distribution packages may already contain functionality to ease the setup of + horizontal scaling. For example, if you use the Docker image + https://hub.docker.com/r/camptocamp/mapfish_print), you do not need to manually rename the file mentioned + above, and a startup script contains functionality to verify database availability before the application + server is started.