NASAWorldWind / WorldWindServerKit

The NASA WorldWind Server Kit (WWSK) is an open source Java project that assembles GeoServer for easy distribution and implementation.
91 stars 54 forks source link

Feature/#102 Control Flow #142

Closed emxsys closed 6 years ago

emxsys commented 6 years ago

Added the gs-control-flow module with a default controlflow.properties file to the WWSK build.

The control-flow module allows the administrator to control the amount of concurrent requests actually executing inside the server. It is controlled by the rules defined in controlflow.properties file located in the data_dir folder. All the rules are disabled in the included controlflow.properties file.

The rules can edited/saved with a text editor without having to restart GeoServer.

See documentation: http://docs.geoserver.org/latest/en/user/extensions/controlflow/index.html

Closes #102