Author: markt
Date: Fri Oct 30 15:05:53 2015
New Revision: 1711492
URL: http://svn.apache.org/viewvc?rev=1711492&view=rev
Log:
Correct some version numbers
Modified:
tomcat/native/trunk/xdocs/index.xml
tomcat/site/trunk/docs/native-doc/index.html
Modified: tomcat/native/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/native/trunk/xdocs/index.xml?rev=1711492&r1=1711491&r2=1711492&view=diff
==============================================================================
--- tomcat/native/trunk/xdocs/index.xml (original)
+++ tomcat/native/trunk/xdocs/index.xml Fri Oct 30 15:05:53 2015
@@ -159,7 +159,7 @@ manual is described in more detail below
<p>
Use MS Visual Studio to open the workspace of the tc-native sources,
adjust the OpenSSL includes and libraries location
change the name of the libraries libeay32 and libssleay to libeay32MT and
libssleayMT and build the tcn-native library.
- That should create a tcnative-2.dll.
+ That should create a tcnative-1.dll.
</p>
</subsection>
@@ -192,15 +192,16 @@ export LD_LIBRARY_PATH</source>
</p>
<source wrapped="true"
>Feb 8, 2015 12:27:41 PM org.apache.catalina.core.AprLifecycleListener init
-INFO: Loaded APR based Apache Tomcat Native library 2.x.y.
+INFO: Loaded APR based Apache Tomcat Native library 1.x.y.
Feb 8, 2015 12:27:41 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false],
random [true].
Feb 8, 2015 12:27:41 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080</source>
<p>
Refer to the tomcat documentation to configure the connectors
- (See <a
href="http://tomcat.apache.org/tomcat-6.0-doc/apr.html">Tomcat6.0.x</a>
- and <a
href="http://tomcat.apache.org/tomcat-5.5-doc/apr.html">Tomcat5.5.x</a>)
+ (See <a href="http://tomcat.apache.org/tomcat-8.0-doc/apr.html">Tomcat
8.0.x</a>,
+ <a href="http://tomcat.apache.org/tomcat-6.0-doc/apr.html">Tomcat 7.0.x</a>
+ and <a href="http://tomcat.apache.org/tomcat-6.0-doc/apr.html">Tomcat
6.0.x</a>)
</p>
</subsection>
@@ -217,7 +218,7 @@ INFO: Initializing Coyote HTTP/1.1 on ht
</p>
<source wrapped="true"
>Feb 8, 2015 2:48:17 PM org.apache.catalina.core.AprLifecycleListener init
-INFO: Loaded APR based Apache Tomcat Native library 2.x.y.
+INFO: Loaded APR based Apache Tomcat Native library 1.x.y.
Feb 8, 2015 2:48:17 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters [false],
random [true].
Feb 8, 2015 2:48:18 PM org.apache.coyote.http11.Http11AprProtocol init
Modified: tomcat/site/trunk/docs/native-doc/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/native-doc/index.html?rev=1711492&r1=1711491&r2=1711492&view=diff
==============================================================================
--- tomcat/site/trunk/docs/native-doc/index.html (original)
+++ tomcat/site/trunk/docs/native-doc/index.html Fri Oct 30 15:05:53 2015
@@ -123,7 +123,7 @@ manual is described in more detail below
<p>
Use MS Visual Studio to open the workspace of the tc-native sources,
adjust the OpenSSL includes and libraries location
change the name of the libraries libeay32 and libssleay to libeay32MT and
libssleayMT and build the tcn-native library.
- That should create a tcnative-2.dll.
+ That should create a tcnative-1.dll.
</p>
</div></div>
@@ -152,15 +152,16 @@ export LD_LIBRARY_PATH</code></pre></div
Start tomcat and check for the messages like this ones:
</p>
<div class="codeBox"><pre class="wrap"><code>Feb 8, 2015 12:27:41 PM
org.apache.catalina.core.AprLifecycleListener init
-INFO: Loaded APR based Apache Tomcat Native library 2.x.y.
+INFO: Loaded APR based Apache Tomcat Native library 1.x.y.
Feb 8, 2015 12:27:41 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false],
random [true].
Feb 8, 2015 12:27:41 PM org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080</code></pre></div>
<p>
Refer to the tomcat documentation to configure the connectors
- (See <a
href="http://tomcat.apache.org/tomcat-6.0-doc/apr.html">Tomcat6.0.x</a>
- and <a
href="http://tomcat.apache.org/tomcat-5.5-doc/apr.html">Tomcat5.5.x</a>)
+ (See <a href="http://tomcat.apache.org/tomcat-8.0-doc/apr.html">Tomcat
8.0.x</a>,
+ <a href="http://tomcat.apache.org/tomcat-6.0-doc/apr.html">Tomcat 7.0.x</a>
+ and <a href="http://tomcat.apache.org/tomcat-6.0-doc/apr.html">Tomcat
6.0.x</a>)
</p>
</div></div>
@@ -175,7 +176,7 @@ INFO: Initializing Coyote HTTP/1.1 on ht
Start tomcat and check for the messages like this ones:
</p>
<div class="codeBox"><pre class="wrap"><code>Feb 8, 2015 2:48:17 PM
org.apache.catalina.core.AprLifecycleListener init
-INFO: Loaded APR based Apache Tomcat Native library 2.x.y.
+INFO: Loaded APR based Apache Tomcat Native library 1.x.y.
Feb 8, 2015 2:48:17 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [false], sendfile [true], accept filters [false],
random [true].
Feb 8, 2015 2:48:18 PM org.apache.coyote.http11.Http11AprProtocol init
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]