Skip to main content

Name

ecelerity — Momentum Application Server

Synopsis

/opt/msys/ecelerity/sbin/ecelerity [ -c configfile ] [ -d ] [ -h ] [ -n service ] [ -s ]

Description

ecelerity is the main server component of the Momentum Application Server. On start up, the script /etc/init.d/ecelerity start starts Momentum.

Use ec_ctl to start, stop, or restart this process. This ensures that environment variables are set and that startup scripts are run.

The ecelerity.conf file is the master configuration file for ecelerity.

While the recommended method for starting Momentum is to use ec_ctl, you may also launch Momentum from the command line. The following options are available:

-h

Display a help message, showing all command line options.

-d

Run in the foreground, leave stdout, stderr open.

Note

The configuration system has a search path algorithm, and the first element in the path it searches is ‘..’. This means that if you run ecelerity in the foreground, you may get different results than if you run it in the background (because when running in the background, the start scripts set the working directory for the process to ‘/’).

To make sure you're chasing down the right error, make sure you always do a cd / before running ecelerity in the foreground. Doing so makes the environment the same as when running in the background, and consequently the errors will be the same.

In a cluster configuration, do not invoke this command from within the eccmgr service.

-n *`service`*

Skip service offering. Service can be 'esmtp', 'ecstream', or 'queue'.

-c *`configfile`*

Use an alternate config file.

See Also

Was this page helpful?