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
gzilla/show_bug.cgi?id=5747
another deadlock in shutdown code
[EMAIL PROTECTED] changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
--- Addi
gzilla/show_bug.cgi?id=5747
another deadlock in shutdown code
[EMAIL PROTECTED] changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
--- Addi
gzilla/show_bug.cgi?id=5747
another deadlock in shutdown code
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
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
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:
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
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
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.
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
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
" 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
12 matches
Mail list logo