Configuring the LiveContent S1000D Mobile Content Package Server
The behavior of the LiveContent S1000D Mobile Content Package Server is controlled by configuration items in its application.properties file. This file is updated at installation and subsequently can be edited manually to change Content Package Server configuration.
You can set the Content Package Server port number using the following configuration item.
server.port=2745
To set logging verbosity, uncomment and set the following item, which by default is INFO.
# logging.level.root=INFO
To save logging output to a file, uncomment the following item and specify the filename.
# logging.config=logback.xml