RE: Application Client startup synchronization

2001-01-09 Thread John D'Ausilio
Title: SV: Application Client startup synchronization well, there's no gross error ... my client tries to do a JNDI lookup and hangs, and the server never finished starting (at least it never gives the normal 'started' message)   jd -Original Message-From: [EMAIL PROTECTED] [

RE: Application Client startup synchronization

2001-01-09 Thread Mike Fontenot
John, I had this occur with servlets that started up and tried to work with Orion EJBs immediately. Orion itself had not finished its own initialization. The calling servlet would hang, and so would orion. I put a thread delay into my startup application servlet #init method, on the advice of Ma