Stop Carte from the Command Line Interface or URL
Overview
Instructions and examples that show you how to stop Carte either from the CLI or URL.
These instructions and examples show you how to stop Carte either from the CLI or URL.
- Open the command line interface by clicking Start and typing cmd. Press Enter.
- In the command line interface, enter the location of the Carte server.
- Enter a space, then type the arguments for stopping the server.
- Press Enter after the arguments are typed.
Arguments:
Carte <Interface address> <Port> [-s] [-p <arg>] [-u <arg>]
Example:
Carte 127.0.0.1 8080 -s -p amidala4ever -u dvader
You can also now use a URL to stop Carte:
http://localhost:9080/kettle/stopCarte
Command | Description | Type |
---|---|---|
-h, --help | Help text. | n/a |
-p,--password <arg> | The administrator password. Required only if stopping the Carte server. | Alphanumeric |
-s,--stop | Stop the running Carte server. This is only allowed when using the hostname/port form of the command. | Alphanumeric |
-u,--username <arg> | The administrator user name. Required only if stopping the Carte server. | Alphanumeric |