Versions Compared

Key

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

...

openejb start - OpenEJB Remote Server

SYNOPSIS

openejb start options #options

NOTE

The OpenEJB Remote Server can be started by running the openejb.bat script for windows and the openejb script for Linux and other Unix based OSes. Before running these scripts you need to set the environment variable OPENEJB_HOME to the path of the directory where you unpacked the OpenEJB installation.

...

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

Wiki Markup
{{\[user@host 
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.

Wiki Markup
{{\[user@host 
OPENEJB:user@host
openejb-3.0]# chmod 755 bin/openejb}}

From here on out, it will be assumed that you know how to execute the right openejb script for your operating system and commands will appear in shorthand as show below.

...