web stats
Skip to end of metadata
Go to start of metadata

In addition to the graphical Mirth Administrator, Mirth provides a command line interface known as the Mirth Shell. The Mirth Shell is a small java program which for a default installation can be executed as:

java -jar shell-launcher.jar shell-launcher.xml
-a https://127.0.0.1:8443 -u admin -p admin -v 0.0.0

The available command line options for the shell are:

-a url

Specifics the URL to be used to connect to Mirth Server (required).

-u username

Specifies the login username for Mirth Server (required).

-p password

Specifies the login password for Mirth Server (required).

-v version

Specifies the version of Mirth Shell being used (required). Use 0.0.0 to ignore this property.

-s file

Specifies a script file pathname to be read for commands to be executed. The shell exits after the last command in the file is executed. If the -s option is not specified, the shell enters interactive mode and presents a prompt to manually enter commands (optional).

-h

Causes the shell to display a short summary of the available command line options and immediately exit.


null
Labels: