Will mod_jk3 implement the AJPv13 Extension Protocol? That's what would
best meet my requirements. 

What's behind my questions is that there's a short outage when I deploy
a webapp on JBoss, particularly using "farm" deployment, where JBoss has
to copy the war to all the machines in the cluster. I believe that the
outage happens because mod_jk doesn't know that a webapp on one of the
cluster servers is out of service (redeploying), so it doesn't direct
traffic to one of the other servers which may have finished redeploying.
If JBoss/tomcat can send status messages for individual webapps to
mod_jk, this is possible.

Thanks for your help

John

-----Original Message-----
From: Mladen Turk [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 24, 2006 11:36 PM
To: Tomcat Users List
Subject: Re: How can I take a webapp "temporarily out of service" using
mod_jk?

Prout John - jprout wrote:
> I think this is the trick:
> 
> If you need only to remove particular mappings then use JkMount
> directive and prefix each mapping with '-'. Within 60 seconds, mod_jk
> will disable the mappings.
> <<<<<<<<
> 
> Looking at documentation at the link you sent, it describes this
> behavior for the JkMountFile directive; do you know there's similar
> functionality for the JkMount directive?
>

Right, it's JkMountFile (type :).

> In an ideal world, I'd like to be able to make these changes without
> editing a file - similar to stopping a node using the status worked -
> but this is a big step in the right direction
>

In mod_jk3 (mod_jk1.3.x) we'll add the url management to status worker.

Regards,
Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
*************************************************************************
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be
legally privileged.

If the reader of this message is not the intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank you.
*************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to