Actions
Feature #2115
openClean multiple startup choices from ConnectorServer.sh
Start date:
03/11/2020
Due date:
% Done:
90%
Estimated time:
Owner:
Description
Currently, the ConnectorServer.sh startup script contains four choices of how to start the daemon. The startup script is tweaked specifically for each deployment.
This is ugly, because you cannot have drop-in replacement of the startup script. Also, you have to modify the file by hand, etc. AFAIK some options like keystorePath (not truststorePath!) are never used.The choices are (and combinations):
- start with / without truststore
- start with / without debug mode
We should create some reasonable default and allow to specify options from the outside of startup script.
Will also need documentation change afterwards.
Actions