Changes because of the TLP move.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@560818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -37,7 +37,7 @@ limitations under the License.
|
||||
</p>
|
||||
<p>
|
||||
Further details can be found in the
|
||||
<a href="http://jakarta.apache.org/commons/building.html">commons build instructions</a>.
|
||||
<a href="http://commons.apache.org/building.html">commons build instructions</a>.
|
||||
</p>
|
||||
</section>
|
||||
<!-- ================================================== -->
|
||||
|
||||
@@ -26,20 +26,20 @@ limitations under the License.
|
||||
<!-- ================================================== -->
|
||||
<section name="Source repository">
|
||||
<p>
|
||||
Jakarta Commons Logging is hosted on the Apache
|
||||
Apcahe Commons Logging is hosted on the Apache
|
||||
<a href="http://subversion.tigris.org/">subversion</a> repository.
|
||||
</p>
|
||||
<p>
|
||||
The project URL is:<br />
|
||||
<code>http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk</code>
|
||||
<code>http://svn.apache.org/repos/asf/commons/proper/logging/trunk</code>
|
||||
</p>
|
||||
<p>
|
||||
The best way to view the repository is via the
|
||||
<a href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/logging/trunk/">subversion viewer</a>.
|
||||
<a href="http://svn.apache.org/viewvc/commons/proper/logging/trunk/">subversion viewer</a>.
|
||||
</p>
|
||||
<p>
|
||||
The alternative is to use the
|
||||
<a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk/">native subversion</a> display.
|
||||
<a href="http://svn.apache.org/repos/asf/commons/proper/logging/trunk/">native subversion</a> display.
|
||||
</p>
|
||||
</section>
|
||||
<!-- ================================================== -->
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<document>
|
||||
|
||||
<properties>
|
||||
<title>Users Guide : Jakarta Commons Logging</title>
|
||||
<title>Users Guide : Apache Commons Logging</title>
|
||||
<author email="dev@commons.apache.org">Commons Documentation Team</author>
|
||||
</properties>
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
</section>
|
||||
<section name="Introduction">
|
||||
<p>
|
||||
The Jakarta Commons Logging (JCL) provides a <code>Log</code> interface that
|
||||
The Apache Commons Logging (JCL) provides a <code>Log</code> interface that
|
||||
is intended to be both light-weight and an independent abstraction of other logging toolkits.
|
||||
It provides the middleware/tooling developer with a simple
|
||||
logging abstraction, that allows the user (application developer) to plug in
|
||||
@@ -166,16 +166,16 @@ compatibility to pre-1.0 versions of this API, a system property
|
||||
<li>
|
||||
If the Log4J logging system is available in the application
|
||||
class path, use the corresponding wrapper class
|
||||
(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/Log4JLogger.html">Log4JLogger</a>).
|
||||
(<a href="http://commons.apache.org/logging/apidocs/org/apache/commons/logging/impl/Log4JLogger.html">Log4JLogger</a>).
|
||||
</li>
|
||||
<li>
|
||||
If the application is executing on a JDK 1.4 system, use
|
||||
the corresponding wrapper class
|
||||
(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/Jdk14Logger.html">Jdk14Logger</a>).
|
||||
(<a href="http://commons.apache.org/logging/apidocs/org/apache/commons/logging/impl/Jdk14Logger.html">Jdk14Logger</a>).
|
||||
</li>
|
||||
<li>
|
||||
Fall back to the default simple logging wrapper
|
||||
(<a href="http://jakarta.apache.org/commons/logging/apidocs/org/apache/commons/logging/impl/SimpleLog.html">SimpleLog</a>).
|
||||
(<a href="http://commons.apache.org/logging/apidocs/org/apache/commons/logging/impl/SimpleLog.html">SimpleLog</a>).
|
||||
</li>
|
||||
</ol>
|
||||
<p>
|
||||
@@ -239,7 +239,7 @@ and
|
||||
Likewise, setting
|
||||
<code>log4j.logger.org.apache.component=DEBUG</code>
|
||||
will enable debug message for all 'component' classes,
|
||||
but not for other Jakarta projects.
|
||||
but not for other Apache projects.
|
||||
</li>
|
||||
<li>
|
||||
<strong>log4j.appender.<i>appender</i>.Threshold=<i>priority</i></strong>
|
||||
|
||||
@@ -60,7 +60,7 @@ containing any code that is specific to the logging implementation used.</p>
|
||||
Release Notes</a> document the new features and bug fixes that have been
|
||||
included in the latest release.</p>
|
||||
|
||||
<p>The <a href="http://jakarta.apache.org/commons/logging/apidocs/index.html">
|
||||
<p>The <a href="http://commons.apache.org/logging/apidocs/index.html">
|
||||
JavaDoc API documents</a> for the latest release are available online.
|
||||
In particular, you should read the package overview of the <code>org.apache.commons.logging</code>
|
||||
package. In addition, there is a (short)
|
||||
|
||||
@@ -40,7 +40,7 @@ limitations under the License.
|
||||
<ol>
|
||||
<li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310484&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">Search existing open bugs</a>.
|
||||
If you find your issue listed then please add a comment with your details.</li>
|
||||
<li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the mailing list archive</a>.
|
||||
<li><a href="http://mail-archives.apache.org/mod_mbox/commons-dev/">Search the mailing list archive</a>.
|
||||
You may find your issue or idea has already been discussed.</li>
|
||||
<li><a href="http://issues.apache.org/jira/browse/LOGGING">Submit a bug report or enhancement request</a>.</li>
|
||||
</ol>
|
||||
|
||||
@@ -26,7 +26,7 @@ limitations under the License.
|
||||
<!-- ================================================== -->
|
||||
<section name="Summary">
|
||||
<p>
|
||||
The Jakarta Commons Logging test cases make extensive use of
|
||||
The Apache Commons Logging test cases make extensive use of
|
||||
sophisticated classloader configurations in order to simulate the
|
||||
behaviour of various containers. It is difficult to run these tests
|
||||
under Maven (which is used to generate the website). Once JCL is
|
||||
|
||||
@@ -18,18 +18,18 @@
|
||||
limitations under the License.
|
||||
|
||||
-->
|
||||
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
|
||||
<!DOCTYPE org.apache.commons.menus SYSTEM 'http://commons.apache.org/build/maven-build.dtd'>
|
||||
<project name="Logging">
|
||||
|
||||
<title>Logging</title>
|
||||
<organizationLogo href="/images/jakarta-logo.gif">
|
||||
Jakarta
|
||||
<organizationLogo href="/images/logo.png">
|
||||
Apache Commons
|
||||
</organizationLogo>
|
||||
|
||||
<body>
|
||||
<links>
|
||||
<item name="Jakarta Commons"
|
||||
href="http://jakarta.apache.org/commons/"/>
|
||||
<item name="Apache Commons"
|
||||
href="http://commons.apache.org/"/>
|
||||
</links>
|
||||
|
||||
<menu name="Commons Logging">
|
||||
@@ -54,37 +54,37 @@
|
||||
</menu>
|
||||
<menu name="1.1 Release">
|
||||
<item name="Overview"
|
||||
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/index.html"/>
|
||||
href="http://commons.apache.org/logging/commons-logging-1.1/index.html"/>
|
||||
<item name="User Guide"
|
||||
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/guide.html"/>
|
||||
href="http://commons.apache.org/logging/commons-logging-1.1/guide.html"/>
|
||||
<item name="Tech Guide"
|
||||
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/tech.html"/>
|
||||
href="http://commons.apache.org/logging/commons-logging-1.1/tech.html"/>
|
||||
<item name="Troubleshooting Guide"
|
||||
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/troubleshooting.html"/>
|
||||
href="http://commons.apache.org/logging/commons-logging-1.1/troubleshooting.html"/>
|
||||
<item name='JavaDoc'
|
||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.1/apidocs/index.html'/>
|
||||
href='http://commons.apache.org/logging/commons-logging-1.1/apidocs/index.html'/>
|
||||
<item name="Release Notes"
|
||||
href="http://jakarta.apache.org/commons/logging/commons-logging-1.1/RELEASE-NOTES.txt"/>
|
||||
href="http://commons.apache.org/logging/commons-logging-1.1/RELEASE-NOTES.txt"/>
|
||||
</menu>
|
||||
<menu name='1.0.4 Release'>
|
||||
<item name='Documentation'
|
||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/'/>
|
||||
href='http://commons.apache.org/logging/commons-logging-1.0.4/docs/'/>
|
||||
<item name='JavaDoc'
|
||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/docs/apidocs/'/>
|
||||
href='http://commons.apache.org/logging/commons-logging-1.0.4/docs/apidocs/'/>
|
||||
<item name='Release Notes'
|
||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
|
||||
href='http://commons.apache.org/logging/commons-logging-1.0.4/RELEASE-NOTES.txt'/>
|
||||
</menu>
|
||||
<menu name='1.0.3 Release'>
|
||||
<item name='User Guide'
|
||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/usersguide.html'/>
|
||||
href='http://commons.apache.org/logging/commons-logging-1.0.3/usersguide.html'/>
|
||||
<item name='JavaDoc'
|
||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/docs/api/'/>
|
||||
href='http://commons.apache.org/logging/commons-logging-1.0.3/docs/api/'/>
|
||||
<item name='Release Notes'
|
||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
|
||||
href='http://commons.apache.org/logging/commons-logging-1.0.3/RELEASE-NOTES.txt'/>
|
||||
</menu>
|
||||
<menu name='1.0.2 Release'>
|
||||
<item name='JavaDoc'
|
||||
href='http://jakarta.apache.org/commons/logging/commons-logging-1.0.2/docs/api/'/>
|
||||
href='http://commons.apache.org/logging/commons-logging-1.0.2/docs/api/'/>
|
||||
</menu>
|
||||
|
||||
&commons;
|
||||
|
||||
@@ -1 +1 @@
|
||||
@import url("http://jakarta.apache.org/style/jakarta-maven.css");
|
||||
@import url("http://commons.apache.org/style/commons-maven.css");
|
||||
|
||||
@@ -183,10 +183,10 @@ limitations under the License.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
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://commons.apache.org/mail-lists.html'>Apache Commons dev mailing list</a> or
|
||||
</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/jira/browse/LOGGING/'>JIRA</a>.
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
|
||||
@@ -301,7 +301,7 @@ classloader used to load <code>LogFactory</code> and to the TCCL.
|
||||
<li>WebSphere Application Server (other versions).</li>
|
||||
</ul>
|
||||
<p>
|
||||
The Jakarta Commons team would be grateful if reports were posted to the development list
|
||||
The Apache Commons team would be grateful if reports were posted to the development list
|
||||
of other containers using a custom implementation.
|
||||
</p>
|
||||
<subsection name='The Incompatible LogFactory Issue'>
|
||||
@@ -315,10 +315,10 @@ of other containers using a custom implementation.
|
||||
implementation should be used but Class 'com.ibm.ws.commons.logging.TrLogFactory' cannot be converted
|
||||
to 'org.apache.commons.logging.LogFactory'. The conflict is caused by the presence of multiple
|
||||
LogFactory classes in incompatible classloaders. Background can be found in
|
||||
http://jakarta.apache.org/commons/logging/tech.html. If you have not explicitly specified a custom
|
||||
http://commons.apache.org/logging/tech.html. If you have not explicitly specified a custom
|
||||
LogFactory then it is likely that the container has set one without your knowledge.
|
||||
In this case, consider using the commons-logging-adapters.jar file or specifying the standard
|
||||
LogFactory from the command line. Help can be found @http://jakarta.apache.org/commons/logging.
|
||||
LogFactory from the command line. Help can be found @http://commons.apache.org/logging.
|
||||
</pre></code>
|
||||
<p>
|
||||
This is a WebSphere example so the name of the custom LogFactory is
|
||||
|
||||
Reference in New Issue
Block a user