----- Original Message -----
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Sunday, October 17, 2004 11:54 PM
Subject: Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/valve
accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp
requestDumperValve.jsp singleSignOnValve.jsp valves.jsp


>[EMAIL PROTECTED] wrote:
>
>>billbarker    2004/10/17 23:37:57
>>
>>
>
>>  Log:
>>  Remove DefaultContext.
>>
>>
>Providing management for the new default context won't be hard: we would
>need to instantiate it as a normal StdContext, and register it in JMX
>with a special name. Maybe in the createMBeans stuff that is used by the
>admin webapp. This can be done for both the per-host default context,
>and for the global one.
>

Using a normal StdContext is obviously easiest from a programming
standpoint.  But my guess is that it would be special enough to cause
headaches (e.g. You can have a DC under a Server, but a regular Context
can't go there).

I think that all that is really needed is the MBean to manage the
"DefaultContext" file.  It can even be pretty dumb, since there currently
isn't a good mechanism to attempt to propogate JMX-managed changes to the
affected Contexts (so, just don't even try :).  The only real question would
be how it integrates with Peter's new 'write server.xml' logic.

>I think this would work out very well.
>
>Rémy


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


This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

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

Reply via email to