OpenEJB at SourceForge     OpenEJB at Exolab     
 

Main
    Welcome!
    Download
    Mailing Lists
    The Team
Users
    Quickstart
    Hello World!
    Deploy
    Startup
    Support
    Request Feature
Servers
    Local Server
    Remote Server
Adapters
    Tomcat
Integrators
    Why OpenEJB
    Overview
    Design
    Specification
    Presentation
Developers
    Release Plan
    Source Code
    SourceForge


SourceForge Logo
  



OpenEJB Commands-Only Guide
Linux/Unix/Mac OS X Users


WARNING

This is an extremely terse version of the QuickStart Guide. If any of this seems foreign to you, you should probably be using the QuickStart Guide instead.

Note

The following command examples assume you are using the BASH shell.

Login

[user@host tmp]# export CVSROOT=':pserver:anonymous@cvs.openejb.sf.net:/cvsroot/openejb'
[user@host tmp]# cvs login
(when it prompts for a password, just hit ENTER)

Checkout

[user@host tmp]# cvs -z3 co openejb
[user@host tmp]# cd openejb

Chmod Scripts

[user@host openejb]# chmod 755 openejb.sh bin/*

Build

[user@host openejb]# ./openejb.sh build

Test

[user@host openejb]# ./openejb.sh test intravm
[user@host openejb]# ./openejb.sh test ejbserver

Deploy

[user@host openejb]# ./openejb.sh deploy /tmp/myApp/myFooEjb.jar

Start

[user@host openejb]# ./openejb.sh start

Problems?

If one of the steps above didn't work, read the equivalent section from the QuickStart Guide.

If the QuickStart Guide doesn't answer your question, then please post the user list and let us know. We will help you with your problem and update the QuickStart to include that problem/solution as well.

 
     
   
   
 


Java, EJB, JDBC, JNDI, JTA, Sun, Sun Microsystems are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and in other countries. XML, XML Schema, XSLT and related standards are trademarks or registered trademarks of MIT, INRIA, Keio or others, and a product of the World Wide Web Consortium. All other product names mentioned herein are trademarks of their respective owners.