Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > 54e71257792386a773fe12e1642a3a88 > files > 67

jetty-9.4.6-1.v20170531.1.1.mga6.noarch.rpm

<?xml version="1.0"?>
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">

<Configure id="Server" class="org.eclipse.jetty.server.Server">

  <!-- ===================================================================== -->
  <!-- Configure a factory for CachingSessionDataStores                      -->
  <!-- ===================================================================== -->

  <Call name="removeBean">
    <Arg>
      <Ref id="sessionDataStoreFactory"/>
    </Arg>
  </Call>

  
  
  <Call name="addBean">
   <Arg>
    <New class="org.eclipse.jetty.server.session.CachingSessionDataStoreFactory">
       <Set name="sessionStoreFactory"><Ref id="sessionDataStoreFactory"/></Set>
       <Set name="sessionDataMapFactory"><Ref id="sessionDataMapFactory"/></Set>
    </New>
   </Arg> 
  </Call>

</Configure>