You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/04/09 11:07:22 UTC

svn commit: r392693 - /jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml

Author: rdonkin
Date: Sun Apr  9 02:07:20 2006
New Revision: 392693

URL: http://svn.apache.org/viewcvs?rev=392693&view=rev
Log:
Fixed internal indexing. JRun ships JCL but may not use a custom implementation.

Modified:
    jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml

Modified: jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml?rev=392693&r1=392692&r2=392693&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml (original)
+++ jakarta/commons/proper/logging/trunk/xdocs/troubleshooting.xml Sun Apr  9 02:07:20 2006
@@ -28,8 +28,9 @@
  <body> 
   <section name='Contents'>
   	<ul>
-  		<li><a href='#Using%20JCL%20Diagnostics'>Using JCL Diagnostics</a></li>
-  		<li><a href='#Containers%20With%20Custom%20LogFactory%20Implementations'>Containers With Custom LogFactory Implementations</a></li>
+  	    <li>Contents</li>
+  		<li><a href='#Using JCL Diagnostics'>Using JCL Diagnostics</a></li>
+  		<li><a href='#Containers With Custom LogFactory Implementations'>Containers With Custom LogFactory Implementations</a></li>
   	</ul>
   </section>
   <section name='Using JCL Diagnostics'>
@@ -227,14 +228,6 @@
   		<a href='http://www.ibm.com/software/websphere/'>IBM</a> (versions 5 and 6).</li>
   	</ul>
   	<p>
- Containers suspected to use this mechanism:
-  	</p>
-  	  	<ul>
-  		<li><a href='http://www.macromedia.com/software/jrun/'>JRun</a> from 
-  		<a href='http://www.macromedia.com/'>Adobe Macromedia</a>.</li>
-  		 <li>WebSphere Application Server (other versions).</li>
-  		</ul>
-  	<p>
 The Jakarta Commons team would be grateful if reports were posted to the development list
 of other containers using a custom implementation.
   	</p>
@@ -324,7 +317,7 @@
  			</ul>
  			<p>
  If you encounter difficulties when applying the fixes recommended, please turn on
- <a href='#Using%20JCL%20Diagnostics'>diagnostics</a> and consult the logs.
+ <a href='#Using JCL Diagnostics'>diagnostics</a> and consult the logs.
  			</p>
 	  	</subsection>
   	</subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org