Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

--admin-bind <host>

Binds the OpenEJB admin service to the specified host address. Default host address is 0.0.0.0.

--admin-port <int>

Binds the OpenEJB admin service to the specified port. Default port is 4200.

--conf <file>

Sets the OpenEJB configuration to the specified file.

--ejbd-bind <host>

Binds the Remote Server to the specified host address. Default host address is 1270.0.0.10.

--ejbd-port <int>

Binds the Remote Server to the specified port. Default port is 4201.

--examples

Show examples of how to use the options.

-h, --help

Print this help message.

--hsql-bind <host>

Binds the embedded HSQL DB service to the specified host address. Default host address is 0.0.0.0.

--hsql-port <int>

Binds the embedded HSQL DB service to the specified port. Default port is 9001.

--httpejbd-bind <host>

Binds the EJB over HTTP service to the specified host address. Default host address is 0.0.0.0.

--httpejbd-port <int>

Binds the EJB over HTTP service to the specified port. Default port is 4204.

--local-copy <boolean>

Instructs the container system to marshal (ie, copy) all calls between beans.

--telnet-bind <host>

Binds the telnet administration service to the specified host address. Default host address is 0.0.0.0.

--telnet-port <int>

Binds the telnet administration service to the specified Port. Default port is 4202.

-v, --version

Print the version.

...