BootStrap - Is in redundant?

2007-05-22 Thread Johnny Kewl
. Other than for legacy support, does this mean Bootstrap is redundant? If I bypass Bootstrap and call (start) directly into Catalina... it seems to work perfectly... but I'm just wondering if theres a surprize somewhere if one bypasses that server class loader. =Start Stop Mechanism= I see

Re: BootStrap - Is in redundant?

2007-05-22 Thread Mark Deneen
It opens up a listening socket on the loopback address. The second process connects to this socket and sends a message telling tomcat to shut down. Mark On 5/22/07, Johnny Kewl [EMAIL PROTECTED] wrote: =Start Stop Mechanism= I see that START goes into a wait loop... and it will pop out of

Re: BootStrap - Is in redundant?

2007-05-22 Thread Johnny Kewl
Ha... thank u kind sir... I see it now, the mystery of StandardServer is unraveled ;) - Original Message - From: Mark Deneen [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, May 22, 2007 2:12 PM Subject: Re: BootStrap - Is in redundant? It opens up

Re: BootStrap - Is in redundant?

2007-05-22 Thread Bill Barker
into Catalina which does the digest XML stuff and this in turn calls into Embedded. Other than for legacy support, does this mean Bootstrap is redundant? If I bypass Bootstrap and call (start) directly into Catalina... it seems to work perfectly... but I'm just wondering if theres a surprize somewhere