You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2007/10/23 17:05:19 UTC

svn commit: r587533 - /incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml

Author: bimargulies
Date: Tue Oct 23 08:05:17 2007
New Revision: 587533

URL: http://svn.apache.org/viewvc?rev=587533&view=rev
Log:
Turn off the jetty log. It was in there on the theory that it provoked
a CXF problem, but it turned out to merely demonstrate a jetty bug.

Modified:
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml?rev=587533&r1=587532&r2=587533&view=diff
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml Tue Oct 23 08:05:17 2007
@@ -42,13 +42,6 @@
   </httpj:engine>
   <httpj:engine port="8808">
    <httpj:handlers>
-       <bean class="org.mortbay.jetty.handler.RequestLogHandler">
-      <property name="requestLog">
-        <bean class="org.mortbay.jetty.NCSARequestLog">
-         <property name="filename" value="jetty.log"/>
-        </bean>
-      </property>
-    </bean>
     <bean class="org.mortbay.jetty.webapp.WebAppContext">
       <constructor-arg value="."/>
       <constructor-arg value="/jsunit"/>