More verbose and lenient RUN_SERVICE check
In prjconfig.sh
the following two variables can be defined:
RUN_SERVICE_CFGFILE
RUN_SERVICE
These can be used to suppress an application from starting (using bootScript.sh or startwda.sh). Apparently also from stopping or querying the status.
In case the service is disabled, the following error is given:
Stopping server => will not execute, because it was disabled (RUN_SERVICE=0)!
- Print the path to the
RUN_SERVICE_CFGFILE
too, this would help operators identify and/or fix the issue. - This setting should not block
status
orstop
calls, instead issue a warning if application starting is disabled by configuration.