cvs commit: jakarta-tomcat-catalina/webapps/admin/valve accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp valves.jsp

2004-10-18 Thread billbarker
billbarker2004/10/17 23:37:57 Modified:webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin CommitChangesAction.java DumpRegistryAction.java DumpServerAction.java LogOutAction.java

Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/valve accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp valves.jsp

2004-10-18 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: billbarker2004/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

Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/valve accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp valves.jsp

2004-10-18 Thread Bill Barker
- 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

Re: cvs commit: jakarta-tomcat-catalina/webapps/admin/valve accessLogValve.jsp remoteAddrValve.jsp remoteHostValve.jsp requestDumperValve.jsp singleSignOnValve.jsp valves.jsp

2004-10-18 Thread Remy Maucherat
Bill Barker wrote: 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