Jeremy, Now it works. I tested moviefun.war on windows as is and after rebuild.
Can you tell me where can I get this from: OPENEJB_HOME%> cp war/openejb-loader-1.0-SNAPSHOT.war %CATALINA_HOME%/webapps I do not see *SNAPSHOT* file when I download unstable from link given? I am looking to use this for an Oracle application that I need to move to this. Any hints? Do not find anyone's experience on list. Thanks Rajesh --- Jeremy Whitlock <[EMAIL PROTECTED]> wrote: > 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 > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
