[ 
https://issues.apache.org/jira/browse/MEECROWAVE-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated MEECROWAVE-115:
------------------------------------------
    Description: 
 
{code:java}
valves.myValve1._className = 
org.apache.meecrowave.tomcat.LoggingAccessLogPattern
valves.myValve1._order = 0

valves.myValve1._className = SSOVa
valves.myValve1._order = 1
valves.myValve1.showReportInfo = false{code}
Overall the syntax is valves.id.property with two virtual properties to specify 
the class of the valve and its order in the list of valve (the pipeline)

> Make valves configurable through properties
> -------------------------------------------
>
>                 Key: MEECROWAVE-115
>                 URL: https://issues.apache.org/jira/browse/MEECROWAVE-115
>             Project: Meecrowave
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>            Priority: Major
>             Fix For: 1.2.2
>
>
>  
> {code:java}
> valves.myValve1._className = 
> org.apache.meecrowave.tomcat.LoggingAccessLogPattern
> valves.myValve1._order = 0
> valves.myValve1._className = SSOVa
> valves.myValve1._order = 1
> valves.myValve1.showReportInfo = false{code}
> Overall the syntax is valves.id.property with two virtual properties to 
> specify the class of the valve and its order in the list of valve (the 
> pipeline)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to