Hola, >* Redo naming resources configuration using setAllProperties rule to >make the XML less verbose. >Example: > <Resource name="bean/MyBeanFactory" auth="Container" > type="com.mycompany.MyBean" >factory="org.apache.naming.factory.BeanFactory" > bar="23"/>
I personally really like this (and use setAllProperties extensively in my own projects). The only knock against this approach is that the Servlet Spec uses the verbose <param-name>/<param-value> pairs all over the place, and being a servlet container we may wish to stick to the same spirit. >* Default global and per-host configurations: >- conf/<engine>/<host>/context.xml.default >- conf/<engine>/<host>/web.xml.default >- conf/context.xml >- conf/web.xml >This will lead to the removal of the DefaultContext interface, since >this will fully replace the functionality (while being very simple to >implement and actually complete functionality wise; I have no idea why I >never thought of doing it this way, since the default web.xml is >implemented like that). For the admin webapp support for DefaultContext, >we would simply need to register a Context instance in JMX with the >usual DefaultContext MBean name, and tweak a little. +1, good idea. >* HTML host manager servlet (allows easily creating host and >preconfiguring them - ex: with the manager webapp installed, and a >default context file). I think this would be useful (?). There have been several requests along these lines on the tomcat-user mailing list, so I'd say it'd be useful. >I think I'm nearing the point where I'll submit a release plan for this >branch (let's say at the end of next week), since I don't see much more >to add for now besides more tweaking. Looking forward to it. What is the status of Logger removal/rewriting/rethinking? Yoav This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]