==============================================
OpenEJB -- EJB Container System and EJB Server

    Release news, October 2, 2002.        

OpenEJB 0.8.3 http://openejb.sf.net/download.html
-----------------------------------------------

OpenEJB 0.8.3 Released!


________________________
Unpack your distribution
========================

To install OpenEJB, simply 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-0.8.3.tar.gz

If you've unpacked OpenEJB into the directory C:\openejb, 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.

________________________
Using OpenEJB
========================
 
Now all you need to do is move to the OPENEJB_HOME directory, the
directory where OpenEJB was unpacked, and type:
 
   openejb help
 
For Windows users, that looks like this:
  
   C:\openejb> openejb help
 
For UNIX/Linux/Mac OS X users, that looks like this:
 
   [user@host openejb]# ./openejb.sh help
 
You really only need to know two commands to use OpenEJB, deploy and
start.  Both are completely documented and have examples.
 
For help information and command options, try this:
 
   openejb deploy -help
   openejb start -help
 
For examples on using the command and options, try this:
 
   openejb deploy -examples
   openejb start -examples
 
That's it!

==============================
Changelog

Bug Fixes
[612648] Missing XML files in the distribution
[606364] openejb.sh: syntax error at line 16: `('
[612676] [openejb]$ help: help: command not found
[612674] WARN: config.0004
[615973] Use of i18n in OpenEJBException

Enhancements
[611638] Cleanup Exception Handling in commits
[616815] JDK 1.4 assert warnings: upgrade JUnit
[592101] Messages should be printed to the screen
[612686] Test scripts shouldn't start server
[612688] Cannot bind to the ip: 127.0.0.1 and port



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
http://OpenEJB.sf.net
OpenEJB-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openejb-user

Reply via email to