You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/01/01 11:35:20 UTC

svn commit: r1226230 - /axis/axis1/java/trunk/docs/reference.html

Author: veithen
Date: Sun Jan  1 10:35:19 2012
New Revision: 1226230

URL: http://svn.apache.org/viewvc?rev=1226230&view=rev
Log:
Removed inaccurate informatio from the documentation. exclude.log4j.configuration was already false by default in 1.4 and is not longer supported in 1.4.1.

Modified:
    axis/axis1/java/trunk/docs/reference.html

Modified: axis/axis1/java/trunk/docs/reference.html
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/docs/reference.html?rev=1226230&r1=1226229&r2=1226230&view=diff
==============================================================================
--- axis/axis1/java/trunk/docs/reference.html (original)
+++ axis/axis1/java/trunk/docs/reference.html Sun Jan  1 10:35:19 2012
@@ -1176,33 +1176,7 @@ which can be done via a system property 
 classpath.
 <p>Log4J can be configured using the file log4j.properties in the
 classpath; later
-versions also support an XML configuration. Axis includes a
-preconfigured
-log4j.properties file in <tt>axis.jar</tt>. While this is adequate for
-basic use,
-any complex project will want to modify their own version of the file.
-Here is
-what to do </p>
-<ol>
-  <li>Open up axis.jar in a zipfile viewer and remove log4j.properties
-from the jar
-  </li>
-  <li>Or, when building your own copy of axis.jar, set the Ant property
-    <tt>exclude.log4j.configuration</tt> to keep the properties file
-out the JAR.
-  </li>
-  <li>Create your own log4J.properties file, and include it in <tt>WEB-INF/classes</tt>
-(server-side), in your main application JAR file client side.
-  </li>
-  <li>Edit this log4J properties file to your hearts content. Server
-side,
-setting up rolling logs with fancy html output is convenient, though
-once you
-start clustering the back end servers that ceases to be as usuable.
-Log4J power tools,
-such as 'chainsaw', are the secret here.
-  </li>
-</ol>
+versions also support an XML configuration.</p>
 <h3>Log Categories</h3>
 Axis classes that log information create their own per-class log, each
 of which