Versions Compared

Key

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

...

openejb deploy - OpenEJB Deploy Tool

SYNOPSIS

openejb deploy #options Deploy Tool <file> <file>...

NOTE

The OpenEJB Deploy tool is an OPTIONAL tool that allows you to deploy into a running server and get feedback as if the app was deployed and how it was deployed (deploymentIds, jndi names, etc.).

...

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

OPENEJB:user@host openejb-3.0# bin/openejb deploy --help

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

...