Hi Pid,

what you describe is correct and works, I've implemented a Manager
implementation that uses simple attributes until now (for memcached
based session failover, memcached-session-manager:
http://code.google.com/p/memcached-session-manager/ ).

However, now I want to support a complex, nested child element for a
TranscoderStrategy in my case (somehow comparable to the Store element
that is allowed as child element for the PersistentManager), that
supports different attributes depending on the TranscoderStrategy
implementation. It's possible to put all attributes into the Manager
element, but this is not what one would want to do - the related
attributes are spread between the Manager related attributes.

Cheers,
Martin


On Fri, 2010-01-29 at 10:10 +0000, Pid wrote:
> On 29/01/2010 00:31, Martin Grotzke wrote:
> > Hi,
> >
> > is it somehow possible to have a custom nested element below the Manager
> > element in server.xml/context.xml? E.g.
> >
> > <Manager className="org.app.MyManager">
> >    <FooBar foo="bar"/>
> > </Manager>
> >
> > where the MyManager class has a property fooBar?
> 
> If the MyManager class has a field called fooBar, with matching getter 
> and setter, then (my guess, based on how Valves work, is that) you can 
> probably set it by doing this:
> 
> <Manager className="org.app.MyManager" fooBar="somevalue">
> 
> </Manager>
> 
> 
> p
> 
> > AFAICS the ContextRuleSet defines what's possible in the Context element
> > without any hook - so it seems that there's no possibility to achieve
> > this.
> >
> > If someone could tell me that I'm wrong with this asumption I would be
> > happy! :-)
> >
> > Thanx&&  cheers,
> > Martin
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
-- 
Martin Grotzke
http://www.javakaffee.de/blog/

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to