Title: Message
Hi,
 
I am in the process of putting some startup hooks in my application. I noticed that with JBoss 3.0.0, the Jetty plugin runs before the EJB container. This seems backward, since the web tier (the client) should initialize after the EJB tier (business logic). Is there a way to change this order? Am I missing something? I am trying to stick with ServletContextListener as the means to bootstrap my startup classes since I'm deploying in several app servers. But to do this, I need the order of ops setup properly during deployment.
 
Thanks,
James

Reply via email to