You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2005/02/16 09:19:03 UTC

svn commit: r154009 - webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml

Author: chathura
Date: Wed Feb 16 00:19:01 2005
New Revision: 154009

URL: http://svn.apache.org/viewcvs?view=rev&rev=154009
Log:
Logging phase added to the Server.xml so that it will get picked up in the Samples.

Modified:
    webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml

Modified: webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml?view=diff&r1=154008&r2=154009
==============================================================================
--- webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml (original)
+++ webservices/axis/trunk/java/dev/scratch/prototype2/src/java/org/apache/axis/deployment/server.xml Wed Feb 16 00:19:01 2005
@@ -6,7 +6,7 @@
     <phaseOrder>
         <phase name="global"/>
         <phase name="transport"/>
-        <phase name="p2"/>
+        <phase name="Logging"/>
         <phase name="p1"/>
         <phase name="p3"/>
         <phase name="anyhase"/>