Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Startup OptionDescription
-startStarts the Carbon server using "nohup" in the background. This option is not available for Windows.
-stopStops the Carbon server process. This option is not available for Windows.
-restartRestarts the Carbon server process. This option is not available for windows.
-cleanRegistryCleans the registry space. Caution: All registry data will be lost.
-debug <port>Starts the server in remote debugging mode. The remote debugging port should be specified.
-versionShows the version of the product that you are running.
-helpLists all the available commands and system properties.

...

Startup OptionsDescription
-DosgiConsole=[port]Starts the Carbon server with the Equinox OSGi console. If the optional 'port' parameter is provided, a telnet port will be opened.
-DosgiDebugOptions=[options-file]Starts the Carbon server with OSGi debugging enabled. Debug options are loaded from the <PRODUCT_HOME>/repository/cont/etc/osgi-debug.options.
-DsetupCleans the registry and other configurations, recreates DB, re-populates the configuration and starts the server. Note: It is not recommended to use this option in a production environment. Instead, you can manually run the DB scripts directly in the database.
-DserverRoles=<roles>A comma separated list of roles used in deploying Carbon applications.
-DworkerNodeThis property starts the server as a worker node.
-Dprofile=<profileName>Starts the server with the specified profile, e.g., worker profile.
-Dtenant.idle.time=<time>If a tenant is idle for the specified time, the tenant will be unloaded. The default tenant idle time is 30 minutes. This is required in clustered setups, which has master and worker nodes.