I've 2 webapps on my tomcat, 3 counting with openejb_loader-0.9.2, and one of my webapps has a servlet that is run on start-up. This servlet invokes a class wich was supposed to access some Session EJB deployed into OpenEJB.
The problem is that since tomcat loads first my webapps and later the openejb_loader webapp all EJB's beans and other classes such as javax.ejb.* aren't available to my servlet.
How can i force openejb_loader to be the first webapp to load? i've tryed to define it in server.xml but with no sucess.
Any thoughts on how to do this?
Thanks, Paulo Lopes
