Introduction
Introduction
The short story of setting up the OpenEJB/Tomcat integration for OpenEJB 0.9.2 is:
- Copy the openejb_loader-0.9.2.war into the webapps dir of a running Tomcat install
- Update the openejb.home init param to point to where OpenEJB was installed
- Restart Tomcat
- Browse to http://localhost:8080/openejb_loader-0.9.2/index.html
That will get you an OpenEJB instance running right inside Tomcat, so everything is local and
there is no need for an EJB server process running externally. You can run the Remote server
at the same time, but the OpenEJB instance in it will be separate from the one in Tomcat.
The 0.9.2 release of OpenEJB contains some neat Tomcat integration tools:
|
 | A JNDI browser |
 | A Class browser |
 | An EJB viewer |
 | An Object invoker |
This document is a starting point for using OpenEJB in Tomcat and will evolve based
on user contributions. If you wish to contribute to this document, please email the
text to the OpenEJB User list.
|