Fix broken and redirected links.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@370898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -88,13 +88,13 @@
|
|||||||
<name>Commons Dev List</name>
|
<name>Commons Dev List</name>
|
||||||
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
|
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
|
||||||
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
|
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
|
||||||
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
|
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/</archive>
|
||||||
</mailingList>
|
</mailingList>
|
||||||
<mailingList>
|
<mailingList>
|
||||||
<name>Commons User List</name>
|
<name>Commons User List</name>
|
||||||
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
|
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
|
||||||
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
|
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
|
||||||
<archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
|
<archive>http://mail-archives.apache.org/mod_mbox/jakarta-commons-user/</archive>
|
||||||
</mailingList>
|
</mailingList>
|
||||||
</mailingLists>
|
</mailingLists>
|
||||||
|
|
||||||
|
|||||||
@@ -94,8 +94,8 @@ a specific logging implementation.
|
|||||||
</p>
|
</p>
|
||||||
<p>JCL provides thin-wrapper <code>Log</code> implementations for
|
<p>JCL provides thin-wrapper <code>Log</code> implementations for
|
||||||
other logging tools, including
|
other logging tools, including
|
||||||
<a href="http://jakarta.apache.org/log4j/docs/index.html">Log4J</a>,
|
<a href="http://logging.apache.org/log4j/docs/index.html">Log4J</a>,
|
||||||
<a href="http://jakarta.apache.org/avalon/logkit/index.html">Avalon LogKit</a>,
|
<a href="http://avalon.apache.org/logkit/index.html">Avalon LogKit</a>,
|
||||||
the Avalon Framework's logging infrastructure,
|
the Avalon Framework's logging infrastructure,
|
||||||
JDK 1.4, and an implementation of JDK 1.4 logging APIs (JSR-47) for pre-1.4
|
JDK 1.4, and an implementation of JDK 1.4 logging APIs (JSR-47) for pre-1.4
|
||||||
systems.
|
systems.
|
||||||
@@ -143,16 +143,16 @@ compatibility to pre-1.0 versions of this API, a system property
|
|||||||
<li>
|
<li>
|
||||||
If the Log4J logging system is available in the application
|
If the Log4J logging system is available in the application
|
||||||
class path, use the corresponding wrapper class
|
class path, use the corresponding wrapper class
|
||||||
(<a href="http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/impl/Log4JLogger.html">Log4JLogger</a>).
|
(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/Log4JLogger.html">Log4JLogger</a>).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
If the application is executing on a JDK 1.4 system, use
|
If the application is executing on a JDK 1.4 system, use
|
||||||
the corresponding wrapper class
|
the corresponding wrapper class
|
||||||
(<a href="http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/impl/Jdk14Logger.html">Jdk14Logger</a>).
|
(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/Jdk14Logger.html">Jdk14Logger</a>).
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Fall back to the default simple logging wrapper
|
Fall back to the default simple logging wrapper
|
||||||
(<a href="http://jakarta.apache.org/commons/logging/api/org/apache/commons/logging/impl/SimpleLog.html">SimpleLog</a>).
|
(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/SimpleLog.html">SimpleLog</a>).
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
@@ -176,7 +176,7 @@ logging toolkit being used. Please consult the documentation for the chosen logg
|
|||||||
<p>
|
<p>
|
||||||
Log4J is a very commonly used logging implementation (as well as being the JCL primary default),
|
Log4J is a very commonly used logging implementation (as well as being the JCL primary default),
|
||||||
so a <i>few</i> details are presented herein to get the developer/integrator going.
|
so a <i>few</i> details are presented herein to get the developer/integrator going.
|
||||||
Please see the <a href='http://logging.apache.org/log4j'>Log4J Home</a> for more details
|
Please see the <a href='http://logging.apache.org/log4j/docs/index.html'>Log4J Home</a> for more details
|
||||||
on Log4J and it's configuration.
|
on Log4J and it's configuration.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -314,8 +314,8 @@ In addition to the logging methods, the following are provided for code guards:
|
|||||||
The <code>commons-logging.jar</code> file includes the JCL API, the default
|
The <code>commons-logging.jar</code> file includes the JCL API, the default
|
||||||
<code>LogFactory</code> implemenation and thin-wrapper <code>Log</code>
|
<code>LogFactory</code> implemenation and thin-wrapper <code>Log</code>
|
||||||
implementations for
|
implementations for
|
||||||
<a href="http://jakarta.apache.org/log4j/docs/index.html">Log4J</a>,
|
<a href="http://logging.apache.org/log4j/docs/index.html">Log4J</a>,
|
||||||
<a href="http://jakarta.apache.org/avalon/logkit/index.html">Avalon LogKit</a>,
|
<a href="http://avalon.apache.org/logkit/index.html">Avalon LogKit</a>,
|
||||||
the Avalon Framework's logging infrastructure,
|
the Avalon Framework's logging infrastructure,
|
||||||
JDK 1.4, as well as an implementation of JDK 1.4 logging APIs (JSR-47) for
|
JDK 1.4, as well as an implementation of JDK 1.4 logging APIs (JSR-47) for
|
||||||
pre-1.4 systems.
|
pre-1.4 systems.
|
||||||
@@ -352,7 +352,7 @@ default <code>LogFactory</code> implementation, but does not include the
|
|||||||
wrapper <code>Log</code> implementations for <code>Log4j</code>,
|
wrapper <code>Log</code> implementations for <code>Log4j</code>,
|
||||||
<code>Avalon</code> and <code>Lumberjack</code>. This jar is intended for
|
<code>Avalon</code> and <code>Lumberjack</code>. This jar is intended for
|
||||||
use in specialized containers such as
|
use in specialized containers such as
|
||||||
<a href='http://jakarta.apache.org/tomcat'>Tomcat</a> that wish to use
|
<a href='http://tomcat.apache.org/'>Tomcat</a> that wish to use
|
||||||
JCL internally but also need to make JCL available for use by deployed
|
JCL internally but also need to make JCL available for use by deployed
|
||||||
applications.
|
applications.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ This gives short introductions to topics such as advanced class loading.
|
|||||||
<strong>Note:</strong> <em>this has now been blessed with alpha status.</em>
|
<strong>Note:</strong> <em>this has now been blessed with alpha status.</em>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Please <a href='http://cvs.apache.org/dist/jakarta/commons/logging'>download</a> and test this release. Reports should be directed to the commons-dev
|
Please <a href='http://cvs.apache.org/dist/jakarta/commons/logging/'>download</a> and test this release. Reports should be directed to the commons-dev
|
||||||
mailing list.
|
mailing list.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
@@ -92,10 +92,8 @@ signature of the release from the
|
|||||||
when downloading from a mirror.
|
when downloading from a mirror.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Binary releases are available
|
Binary and source releases are available
|
||||||
<a href="http://jakarta.apache.org/site/binindex.cgi">here</a>.
|
<a href="http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi">here</a>.
|
||||||
Source releases are available
|
|
||||||
<a href="http://jakarta.apache.org/site/sourceindex.cgi">here</a>
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -108,9 +106,8 @@ when downloading from a mirror.
|
|||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/">Version 1.0.2</a></li>
|
<li><a href="http://archive.apache.org/dist/jakarta/commons/logging/binaries/">Binary releases</a></li>
|
||||||
<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/">Version 1.0.1</a></li>
|
<li><a href="http://archive.apache.org/dist/jakarta/commons/logging/source/">Source releases</a></li>
|
||||||
<li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0/">Version 1.0</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -187,7 +187,7 @@
|
|||||||
posting to the <a href='http://jakarta.apache.org/site/mail.html'>jakarta commons-dev mailing list</a> or
|
posting to the <a href='http://jakarta.apache.org/site/mail.html'>jakarta commons-dev mailing list</a> or
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
creating an issue in <a href='http://issues.apache.org/bugzilla'>Bugzilla</a>.
|
creating an issue in <a href='http://issues.apache.org/bugzilla/'>Bugzilla</a>.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
@@ -596,19 +596,19 @@ above.
|
|||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href='http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html'>
|
href='http://tomcat.apache.org/tomcat-4.1-doc/class-loader-howto.html'>
|
||||||
Tomcat 4.1 ClassLoader Guide
|
Tomcat 4.1 ClassLoader Guide
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href='http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html'>
|
href='http://tomcat.apache.org/tomcat-5.0-doc/class-loader-howto.html'>
|
||||||
Tomcat 5.0 ClassLoader Guide
|
Tomcat 5.0 ClassLoader Guide
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href='http://publib.boulder.ibm.com/infocenter/ws60help/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/trun_classload_web.html'>
|
href='http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/trun_classload_web.html'>
|
||||||
Classloading In WebSphere
|
Classloading In WebSphere
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user