You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2009/07/16 09:43:46 UTC

svn commit: r794571 - in /archiva/trunk/archiva-jetty: pom.xml src/main/conf/jetty-logging.xml

Author: brett
Date: Thu Jul 16 07:43:46 2009
New Revision: 794571

URL: http://svn.apache.org/viewvc?rev=794571&view=rev
Log:
[MRM-1216] remove jetty-logging configuration and log everything to stdout (wrapper.log)

Removed:
    archiva/trunk/archiva-jetty/src/main/conf/jetty-logging.xml
Modified:
    archiva/trunk/archiva-jetty/pom.xml

Modified: archiva/trunk/archiva-jetty/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-jetty/pom.xml?rev=794571&r1=794570&r2=794571&view=diff
==============================================================================
--- archiva/trunk/archiva-jetty/pom.xml (original)
+++ archiva/trunk/archiva-jetty/pom.xml Thu Jul 16 07:43:46 2009
@@ -86,7 +86,6 @@
               <mainClass>org.mortbay.start.Main</mainClass>
               <commandLineArguments>
                 <commandLineArgument>conf/jetty.xml</commandLineArgument>
-                <commandLineArgument>conf/jetty-logging.xml</commandLineArgument> 
               </commandLineArguments>
               <platforms>
                 <platform>jsw</platform>
@@ -120,10 +119,6 @@
                       <value>%ARCHIVA_BASE%/conf/jetty.xml</value>
                     </property>
                     <property>
-                      <name>wrapper.app.parameter.3</name>
-                      <value>%ARCHIVA_BASE%/conf/jetty-logging.xml</value>
-                    </property>
-                    <property>
                       <name>app.base.envvar</name>
                       <value>ARCHIVA_BASE</value>
                     </property>