Eugene Taranov created SOLR-4180:
------------------------------------

             Summary: StatisticsHandler multicire support
                 Key: SOLR-4180
                 URL: https://issues.apache.org/jira/browse/SOLR-4180
             Project: Solr
          Issue Type: Wish
          Components: multicore
    Affects Versions: 3.6
            Reporter: Eugene Taranov
            Priority: Critical


can statisticshandler be setup on built in jetty so that it would be available 
on multi core setup ?

<!-- =========================================================== -->
<!-- Set handler Collection Structure                            -->
<!-- =========================================================== -->
<Set name="handler">
  <New class="org.mortbay.jetty.handler.StatisticsHandler">
    <Set name="handler">
      <New id="handlers" class="org.mortbay.jetty.handler.HandlerCollection">
        <Set name="handlers">
         <Array type="org.mortbay.jetty.Handler">
           <Item><New id="contexts" 
class="org.mortbay.jetty.handler.ContextHandlerCollection"/></Item>
           <Item><New id="defaultHandler" 
class="org.mortbay.jetty.handler.DefaultHandler"/></Item>
           <Item><New id="requestLog" 
class="org.mortbay.jetty.handler.RequestLogHandler"/></Item>
         </Array>
        </Set>
      </New>
    </Set>
  </New>
</Set>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to