Enable DRIVE_LOCATION
setting for deploying multiple instances of SASjs Server
#310
Labels
DRIVE_LOCATION
setting for deploying multiple instances of SASjs Server
#310
Currently it is not possible for multiple instances of SASjs Server to share the same SASJS_ROOT - due to conflicts with logs, session folders etc.
Therefore we should look to separate the shareable parts from the instance-specific parts.
The proposal is as follows:
DRIVE_LOCATION
$(SASJS_ROOT)/drive
if not specified./files
directory (becomes$(SASJS_ROOT)/drive/files
)./sasjscore
directory (becomes$(SASJS_ROOT)/drive/sasjscore
)appStreamConfig.json
file (becomes$(SASJS_ROOT)/drive/appStreamConfig.json
$(SASJS_ROOT)/drive
then the above items should NOT be generated during the launch of SASjs Server.The above actions will mean that the logs / sessions / uploads folders will be isolated from other instances.
The
DRIVE_LOCATION
is also where we should ultimately stick thesasv9.cfg
file, per: #278The text was updated successfully, but these errors were encountered: