Jacek Laskowski wrote:

One more thing that asks for improvements - WebAdmin. There're a few places where a JSP looks for OpenEJB configuration via System.getProperty instead of OpenEJB.getProperty.

And that's done too. There're places in WebAdmin that needs some polishing, but overall it works fine.


Once you build OpenEJB from the latest sources from CVS, copy modules/webadmin/target/openejb-loader-1.0-SNAPSHOT.war to webapps directory of Tomcat. That's all about WebAdmin installation.

Don't forget to change OPENEJB_HOME in WEB-INF/web.xml.

What needs to be done in WebAdmin yet:

*) change openejb.sorceforge.org to www.openejb.org
*) removed index.html and some places may still refer to it
*) automatically calculate OPENEJB_HOME and set it up in WEB-INF/web.xml (instead of having now unresolved $VERSION$)
*) create error page (in terms of JSP spec) that would handle errors like invalid OPENEJB_HOME (when you enter testint.jsp and the variable is invalid, InitialContext isn't created and breaks the page)


Check this out!

Pozdrawiam,
Jacek

Reply via email to