Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

openejb deploy - OpenEJB Deploy Tool

SYNOPSIS

Wiki Markupopenejb deploy [#options] <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:

Wiki Markup{{\[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.unmigrated-wiki-markup

{{\[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.

...

The files passed to the Deploy Tool can be any combination of the following:

  • ejb 1.1, 2.0, 2.1 or 3.0 jar
  • application client jar
  • ear file containing only libraries, ejbs and application clients – everything else will be ignored.

Archives ending in .ear or containing a META-INF/application.xml are assumed to be ear files.

...