Re: [PROPOSAL] Have Bootstrap and BootsrapService share startup/shutdown code

2002-08-08 Thread Costin Manolache
Remy Maucherat wrote: > BootstrapService never used a port. You're right. I keep confusing the things - I now switched to CatalinaService and it works. BootstrapService depends on daemon - and I don't use daemon to start. ( I hope deamon will switch to introspection ) > Sorry I missed somet

DO NOT REPLY [Bug 5747] - another deadlock in shutdown code

2002-01-26 Thread bugzilla
gzilla/show_bug.cgi?id=5747 another deadlock in shutdown code [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Addi

DO NOT REPLY [Bug 5747] - another deadlock in shutdown code

2002-01-10 Thread bugzilla
gzilla/show_bug.cgi?id=5747 another deadlock in shutdown code [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Addi

DO NOT REPLY [Bug 5747] - another deadlock in shutdown code

2002-01-08 Thread bugzilla
gzilla/show_bug.cgi?id=5747 another deadlock in shutdown code [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 5747] - another deadlock in shutdown code

2002-01-08 Thread bugzilla
gzilla/show_bug.cgi?id=5747 another deadlock in shutdown code --- Additional Comments From [EMAIL PROTECTED] 2002-01-08 11:21 --- In ContainerBase, stopping the child outside of the synchronization would solve the problem I think, but could have some slight synchronization issue. The main p

DO NOT REPLY [Bug 5747] New: - another deadlock in shutdown code

2002-01-08 Thread bugzilla
gzilla/show_bug.cgi?id=5747 another deadlock in shutdown code Summary: another deadlock in shutdown code Product: Tomcat 4 Version: Nightly Build Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority:

RE: shutdown code

2001-06-28 Thread Dunlop, Aaron
Title: RE: shutdown code The servlet 2.3 specification (implemented by Tomcat 4) allows the user to register as an event listener for container events like application startup/shutdown, session create, session invalidate/timeout, etc. The proposed final draft of the servlet 2.3 spec can be

Re: shutdown code

2001-06-28 Thread kevin seguin
i suppose you could use a shutdown hook (jdk 1.3 only, i think). see javadocs for Runtime.addShutdownHook(). Stepan Kalichkin wrote: > > Hi all. > > How I can start servlet or any metod in java class before shudown tomcat is > finished (when I run shutdown.sh) I must make some operation fo

shutdown code

2001-06-28 Thread Stepan Kalichkin
Hi all. How I can start servlet or any metod in java class before shudown tomcat is finished (when I run shutdown.sh) I must make some operation for resource free but I don't know how I can do this. May be sombody know??? Thanks.

Re: Tomcat 3.2.2 beta 4 (problem with shutdown code)

2001-05-04 Thread Andrey Kartashov
t" is used here for security > >I strongly disagree with this:) If you configure your Ajp > >connector to listen > >to a particular interface someone _CAN_ send you shutdown > >command regardless > >of your shutdown code abilities. > > Let's be pruden

RE: Tomcat 3.2.2 beta 4 (problem with shutdown code)

2001-05-04 Thread GOMEZ Henri
ot; is used here for security >I strongly disagree with this:) If you configure your Ajp >connector to listen >to a particular interface someone _CAN_ send you shutdown >command regardless >of your shutdown code abilities. Let's be prudent here. The standard configurat

Re: Tomcat 3.2.2 beta 4 (problem with shutdown code)

2001-05-04 Thread Andrey Kartashov
" is used here for security I strongly disagree with this:) If you configure your Ajp connector to listen to a particular interface someone _CAN_ send you shutdown command regardless of your shutdown code abilities. If you want security - you need to think about your network configuration, not th