0 Replies Latest reply on Feb 8, 2005 6:28 PM by khohl

    possible to tell JBoss when it's ok to accept client connect

      My application contains a servlet with an init() method that can take quite a while (could be minutes) to complete. I want to prevent JBoss from being used by clients until it is complete. The rest of my application consists of a set of stateless session EJBs and I don't want clients to be able to lookup home interfaces or create remote interfaces from the home.

      Is there any way I can tell JBoss when it's ok to start accepting connections?