You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jens Andersen <ja...@it-practice.dk> on 2002/10/08 21:42:09 UTC

Valve - nested tags

Hi all,

Currently I'm developing a redirect valve but I was wondering if it's 
possible to have nested tags inside a valve? Like

<valve class="foo.bar.RedirectValve">
	<redirect pattern="" target=""/>
	<redirect pattern="" target=""/>
</valve>

If so - could some of you help me and point to some documentation etc. 
where I can gather further information?!

Best regards,

Jens Andersen

P.S. I still haven't got IBM HTTP Server, IBM GSK and Tomcat 4.1.12 
working under SSL (SSL handled by IHS) - so if you have succeeded please 
let me know because I'm still very interested.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Valve - nested tags

Posted by Jean-Francois Arcand <jf...@apache.org>.
No, you can't. The Digester (the XML Parser) doesn't know anything about 
your tags (as well as any sort of nested tag).

-- Jeanfrancois

Jens Andersen wrote:

> Hi all,
>
> Currently I'm developing a redirect valve but I was wondering if it's 
> possible to have nested tags inside a valve? Like
>
> <valve class="foo.bar.RedirectValve">
>     <redirect pattern="" target=""/>
>     <redirect pattern="" target=""/>
> </valve>
>
> If so - could some of you help me and point to some documentation etc. 
> where I can gather further information?!
>
> Best regards,
>
> Jens Andersen
>
> P.S. I still haven't got IBM HTTP Server, IBM GSK and Tomcat 4.1.12 
> working under SSL (SSL handled by IHS) - so if you have succeeded 
> please let me know because I'm still very interested.
>
>
>
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>