...
Option | Explanation |
---|---|
-check | Runs in console mode and loads the configuration, logging any serious issues to the console, then exits. |
-console | Runs the program as a console application in the foreground rather than as a service. |
-prefix path | Alternative to SHIBSP_PREFIX environment variable. |
-config pathname | Alternative to SHIBSP_CONFIG environment variable. |
-catalogs pathname1;pathname2 | Alternative to SHIBSP_SCHEMAS environment variable. |
-install name | Installs the program as a service using a provided name to distinguish it from other copies. |
-remove name | Removes the named service definition. |
Version 2.5 and Above |
|
-stdout path | Routes stdout stream to the designated file. |
-stderr path | Routes stderr stream to the designated file. |
...