Here are my own results after downloading openejb-1.0-SNAPSHOT CVS, 
building with Maven and integrating as Tomcat 5.0.27 webapp.

I have %JAVA_HOME% = c:\j2sdk1.4.2_04

and I had Tomcat 5.0.27 here .. c:\Program Files\Apache Group\Tomcat 5.0\ 

.. but now changed to c:\Tomcat5\ .. (see below).


Summary:

(a) OpenEJB and OpenEJB1 as Tomcat 5.0.27 webapps appear to be sensitive to 
"white space" in Tomcat installation path.

So I have now re-installed Tomcat 5.0.27 into c:\Tomcat5\ .. no spaces in Tomcat 
installation path.  I have not published here the Tomcat error logs which lead to this 
conclusion ..    Clue seen in Tomcat logs was "malformed URI .. Files/Apache".

Other Tomcat JSP and Servlet applications worked fine in the default Tomcat 
installation in c:\Program Files\etc.

Only OpenEJB failed.

______________

(b) When launching http://localhost:8080/mywebapp/index.jsp 

I see this in the browser .. 

    proxy=org.openejb.test.stateless.BasicStatelessHome;deployment=client/test
    s/statel ess/BasicStatelessHome;pk=null  

    BJEnepO  

Is this the expected output ????   
Looks like cryptic "OpenEJB" printed in reverse ... "BJEnepO". 

______________


(c) Images (such as OpenEJB logo) in browser display are corrupted.  There is no 
images directory seen in target\openejb-1.0-SNAPSHOT.  When images were 
placed in webapps\openejb-webadmin\images\     they were then seen in the 
browser.

______________


(d) Where is openejb.base set in configuration files?

In testing OpenEJB1 properties, openejb.base is pointing (incorrectly) to 
c:\windows\system32.  Needs to be setup.

    Important OpenEJB properties: 

    openejb.home: c:\openejb-1.0-SNAPSHOT 
    openejb.base: C:\WINDOWS\system32 
    openejb.configuration: C:\Tomcat5\webapps\openejb-webadmin\WEB-
    INF\conf\openejb.cfg 
    openejb.localcopy: false 

_______________________

Other than above issues ..

http://localhost:8080/openejb-webadmin/

seems to test out OK.

...

Anyone having these problems?

DL

Reply via email to