Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > cc8cd4befbabcec4f2e9fb5c45175e1d > files > 70

jetty-9.4.14-1.v20181114.1.mga7.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 in-memory Session objects                     -->
  <!-- ===================================================================== -->
  <Call name="addBean">
   <Arg>
    <New class="org.eclipse.jetty.server.session.DefaultSessionCacheFactory">
     <Set name="evictionPolicy"><Property name="jetty.session.evictionPolicy" default="-1" /></Set>
     <Set name="saveOnInactiveEvict"><Property name="jetty.session.saveOnInactiveEvict" default="false" /></Set>
     <Set name="saveOnCreate"><Property name="jetty.session.saveOnCreate" default="false" /></Set>
     <Set name="removeUnloadableSessions"><Property name="jetty.session.removeUnloadableSessions" default="false"/></Set>
    </New>
   </Arg>
  </Call>

</Configure>