Re: Custom rules for commons-digester

2012-02-14 Thread Christopher Schultz
Mark, On 2/13/12 5:35 PM, Mark Thomas wrote: > On 13/02/2012 22:01, Christopher Schultz wrote: >> Fair enough, but server.xml is processed only once on startup. > > They also process context.xml files and web.xml files. These are the classes I was looking at, which all seem to be related to serv

Re: Custom rules for commons-digester

2012-02-13 Thread Konstantin Kolinko
2012/2/14 Christopher Schultz : > Konstantin, > > On 2/13/12 4:32 PM, Konstantin Kolinko wrote: >> 2012/2/14 Christopher Schultz : >>> All, >>> >>> There are 15 or so custom rule classes in the Tomcat sources for >>> handling various commons-digester events. >>> >>> I've only taken a brief glance a

Re: Custom rules for commons-digester

2012-02-13 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/02/2012 22:01, Christopher Schultz wrote: > Konstantin, > > On 2/13/12 4:32 PM, Konstantin Kolinko wrote: >> 2012/2/14 Christopher Schultz : >>> All, >>> >>> There are 15 or so custom rule classes in the Tomcat sources >>> for handling various

Re: Custom rules for commons-digester

2012-02-13 Thread Christopher Schultz
Konstantin, On 2/13/12 4:32 PM, Konstantin Kolinko wrote: > 2012/2/14 Christopher Schultz : >> All, >> >> There are 15 or so custom rule classes in the Tomcat sources for >> handling various commons-digester events. >> >> I've only taken a brief glance at their content, but I'm wondering if we >>

Re: Custom rules for commons-digester

2012-02-13 Thread Rainer Jung
On 13.02.2012 22:11, Christopher Schultz wrote: All, There are 15 or so custom rule classes in the Tomcat sources for handling various commons-digester events. I've only taken a brief glance at their content, but I'm wondering if we can't replace these classes with an XML-based configuration th

Re: Custom rules for commons-digester

2012-02-13 Thread Konstantin Kolinko
2012/2/14 Christopher Schultz : > All, > > There are 15 or so custom rule classes in the Tomcat sources for > handling various commons-digester events. > > I've only taken a brief glance at their content, but I'm wondering if we > can't replace these classes with an XML-based configuration that the