User: olegnitz
  Date: 02/02/10 09:57:39

  Modified:    jetty/src/etc jetty.xml
  Log:
  Fresh version of Jetty and patches to Jetty plugin by Jan Bartel
  
  Revision  Changes    Path
  1.6       +12 -2     contrib/jetty/src/etc/jetty.xml
  
  Index: jetty.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/jetty/src/etc/jetty.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jetty.xml 28 Nov 2001 23:54:57 -0000      1.5
  +++ jetty.xml 10 Feb 2002 17:57:39 -0000      1.6
  @@ -28,12 +28,22 @@
           <Set name="MaxStopTimeMs">5000</Set>
           <Set name="LowResourcePersistTimeMs">2000</Set>
           <Set name="Keystore"><SystemProperty name="jetty.home" 
default="."/>/etc/demokeystore</Set>
  -     <Set name="Password">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set>
  -     <Set name="KeyPassword">OBF:1u2u1wml1z7s1z7a1wnl1u2g</Set>
  +        <Set name="Password">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set>
  +        <Set name="KeyPassword">OBF:1u2u1wml1z7s1z7a1wnl1u2g</Set>
         </New>
       </Arg>
     </Call>
   -->
  +
  +  <Set name="RequestLog">
  +    <New class="org.mortbay.http.NCSARequestLog">
  +       <Arg><SystemProperty name="jetty.log" 
default="../log"/>/yyyy_mm_dd.request.log</Arg>
  +       <Set name="retainDays">90</Set>
  +       <Set name="append">true</Set>
  +       <Set name="extended">true</Set>
  +       <Set name="LogTimeZone">GMT</Set>
  +    </New>
  +  </Set>
   
   </Configure>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to