Rajesh,
That is it. To run moviefun, do the following:

1) Stop Tomcat
2) Copy OPENEJB_HOME/war/moviefun.war to TOMCAT_HOME/webapps
3) cd into TOMCAT_HOME/webapps
4) jar xvf moviefun.war WEB-INF/web.xml
5) Edit WEB-INF/web.xml to have the proper OpenEJB Home
6) jar uvf moviefun.war WEB-INF/web.xml
6) Remove WEB-INF (*nix: rm -fR WEB-INF -- Windows rmdir /S /Q WEB-INF)
7) Start Tomcat
8) Email me the results

To run OpenEJB on a Per-Instance scenario, read the following:

http://www.openejb.org/OpenEJB+per+Tomcat+installation

Just so you know, anytime you do a per-instance Tomcat integration, you
cannot have other applications deployed to Tomcat that embed OpenEJB, like
moviefun. Well...you can but they won't work. ;-)

--
Take care,
Jeremy

Reply via email to