DPML
DPML Station Start Command
HomeUtilitiesStationMetroDepotTransit
Start Command
Description

Start a named application. The station will create a new process with a Java virtual machine configured with system properties declared in the selected profile. The codebase uri will be used to resolve the application unit (normally a part artifact). The default logging configuration redirects application log message back to the station where log messages are consolidated in accordance with the station settings.

Commandline
$ station start <key> [-port <port>]
Parameters
<key>The application key.
Options
-port Override the RMI registry port to use when selecting the station server.
Example
$ station start demo
[1132 ] [INFO   ] (depot.station): starting application [demo]