Skip to content

init.txt configuration

NoteFox edited this page Jun 3, 2020 · 23 revisions

How to use the init.txt

(Info : You will need the config file!!)

The init.txt is quite easy to understand. It's a Configuration File for the Service, which will be read when the service starts.

On the first Line, we add [init], so the Service actually knows it's a init File

then we can just type away : variablename = value

implemented for now (30.05.2020) :

  • logDefaultDir - the Path where the logs are saved

  • mapsDefaultDir - the Path where the maps will be saved

  • ftpDefaultDir - the Path where the ftp poperties will be saved

  • webPort - port where the web Service will be opened

  • ftpPort - port where the ftp Service will be opened

  • standardUserName - username for the ftp access

  • standardUserPassword - password for the ftp access

  • logTerminalOutput - if the Logger should output to the Standard-Output as well as saving it in Files


If you want to know more: https://github.com/OpenHistoricalDataMap/DowloadWebService/blob/master/src/java/Server/StaticVariables.java

Clone this wiki locally