DPML
DPML Station Info Command
HomeUtilitiesStationMetroDepotTransit
Info Command
Description

The info command provides support for listing information from the station registry, and if the server is active - information about the status of registered applications. If the <key> argument is supplied then information about the process will be listed, otherwise a general listing of registered processes will included.

Commandline
$ station info [<key>]
Parameters
<key>The application key (optional).
Options
-port Override the RMI registry port to use when selecting the station server (cannot be used in conjuction with the -registry option).
-registry Override the application repository storage uri (cannot be used in conjuction with the -port option).
Example - General Listing
$ station info
  Server is operational.
  Port: 1099
  Store: local:xml:dpml/station/registry
  Basedir: c:\dev\dpml\main
  Codebase: artifact:jar:dpml/metro/dpml-station-server#SNAPSHOT

Profile count: 1

 (1) demo       STARTED link:part:dpml/planet/http/dpml-http-demo
Example - Named Application Listing
$ station info demo
  Server is operational.
  Port: 1099
  Store: local:xml:dpml/station/registry
  Basedir: c:\dev\dpml\main
  Codebase: artifact:jar:dpml/metro/dpml-station-server#SNAPSHOT

  Codebase: link:part:dpml/planet/http/dpml-http-demo
  Working Directory Path: ${dpml.data}/work
  Startup Timeout: 6
  Shutdown Timeout: 6
  Startup Policy: MANUAL
  System Properties: 1

  Process: [3452] (STARTED)
  State: [started]
  Transitions: (1)
    transition:stop (target=../stopped)