jlaskowski    2005/06/24 08:04:40

  Modified:    .        README.txt
  Log:

  Fixes for:
   o #OPENEJB-32: (Slightly) better command line options handling
   o #OPENEJB-31:log4j:WARN No appenders could be found for logger (OpenEJB)
  
  Revision  Changes    Path
  1.2       +9 -2      openejb1/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb1/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt        19 Jun 2005 22:31:07 -0000      1.1
  +++ README.txt        24 Jun 2005 12:04:39 -0000      1.2
  @@ -15,12 +15,19 @@
    directory is refered to in various parts of the documentation, so it's

    good to remeber where it is.

   

  + Add OPENEJB_HOME/bin directory to your PATH environment variable:

  +

  +   set PATH=%OPENEJB_HOME%/bin;%PATH%

  +

  + or

  +

  +   export PATH=$OPENEJB_HOME/bin:$PATH

  +

   ___________________

   Using OpenEJB

   ===================

    

  - Now all you need to do is move to the OPENEJB_HOME directory, the 

  - directory where OpenEJB was unpacked, and type:

  + Now all you need to do is to type:

    

      openejb help

    

  
  
  

Reply via email to