| h1. Installation |
| |
| |
| To install OpenEJB, simply [download the latest binary|Downloads] and unpack your zip or tar.gz into the directory where you want OpenEJB to live. |
| |
| Windows users can download the zip and unpack it with the WinZip program. |
| |
| Linux users can download the tar.gz and unpack it with the following command: |
| |
| {{tar xzvf openejb-3.0.tar.gz}} |
| |
| |
| Congratulations, you've installed OpenEJB. |
| |
| If you've unpacked OpenEJB into the directory C:\openejb-3.0, for example, then this directory is your OPENEJB_HOME directory. The OPENEJB_HOME directory is referred to in various parts of the documentation, so it's good to remember where it is. |
| |
| h1. Using OpenEJB |
| |
| |
| Now all you need to do is move to the bin directory in OPENEJB_HOME, the directory where OpenEJB was unpacked, and type: |
| |
| {{openejb}} |
| |
| For Windows users, that looks like this: |
| |
| {{C:\openejb-3.0> bin\openejb}} |
| |
| For UNIX/Linux/Mac OS X users, that looks like this: |
| |
| {{[user@host openejb-3.0]# ./bin/openejb}} |
| |
| You really only need to know two commands to use OpenEJB, [deploy|OPENEJBx30:Deploy Tool] and [start|OPENEJBx30:Startup]. Both are completely documented and have examples. |
| |
| For help information and command options, try this: |
| |
| {quote} |
| openejb deploy --help |
| openejb start --help |
| {quote} |
| |
| For examples on using the start command and options, try this: |
| |
| {quote} |
| openejb start --examples |
| {quote} |
| |
| That's it! |
| |
| If you don't have any EJBs or clients to run, try the ubiquitous [Hello World|OPENEJBx30:Hello World] example. |
| |
| h1. Join the mailing list |
| |
| The OpenEJB User list is where the general OpenEJB community goes to ask questions, make suggestions, chat with other users, and keep a finger on the pulse of the project. More information about the user list and dev list can be found [here|Mailing Lists] |