Versions Compared

Key

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

...

In UNIX, Linux, or Mac OS X, the deploy tool can be executed as follows:

OPENEJB:user@host openejb-3.0# ./bin/openejb start

Depending on your OpenEJB version, you may need to change execution bits to make the scripts executable. You can do this with the following command.

OPENEJB:user@host openejb-3.0# chmod 755 bin/openejb

...

Code Block
Apache OpenEJB 3.0    build: 20070825-01:10
http://openejb.apache.org/
OpenEJB ready.
[OPENEJB:init] OpenEJB Remote Server
  ** Starting Services **
  NAME                 IP              PORT
  httpejbd             0.0.0.0         4204
  telnet               0.0.0.0         4202
  ejbd                 0.0.0.0         4201
  hsql                 0.0.0.0         9001
  admin thread         0.0.0.0         4200
-------
Ready!