The Caboteria / Tech Web / OpenEjbNotes (revision 4)
This seems like an interesting project, still in its infancy. http://openejb.exolab.org/

to build:

1. Get a fresh checkout of the source (see website for details)
WINDOWS/LINUX> cvs checkout openejb

2. Go to the new 'openejb' directory
WINDOWS/LINUX> cd openejb

3. Build the source
WINDOWS> build jar
LINUX$ ./build.sh jar

4. Execute the deploy tool.

WINDOWS> deploy conf\default.openejb.conf dist\beans\undeployedBeans.jar

LINUX$ ./deploy.sh conf/default.openejb.conf dist/beans/undeployedBeans.jar

Then to run, use the start_openejb.sh script in the root directory.


Code

src/facilities/org/openejb/corba/Server.java is the main entry point, usually called by launch_server.sh. Expects a properties file as arg[0] (usually conf/xopenejb_startup.props).

org.openejb.corba.core.Initializer does the initialization.

-- TobyCabot - 07 Nov 2001

Edit | Attach | Print version | History: r7 < r6 < r5 < r4 < r3 | Backlinks | Raw View | Raw edit | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback