Author: remy.maucherat(a)jboss.com
Date: 2008-11-18 11:30:54 -0500 (Tue, 18 Nov 2008)
New Revision: 859
Modified:
trunk/webapps/docs/apr.xml
Log:
- Correctly point to JBoss Native.
Modified: trunk/webapps/docs/apr.xml
===================================================================
--- trunk/webapps/docs/apr.xml 2008-11-18 12:54:46 UTC (rev 858)
+++ trunk/webapps/docs/apr.xml 2008-11-18 16:30:54 UTC (rev 859)
@@ -17,7 +17,7 @@
<section name="Introduction">
<p>
- Tomcat can use the <a
href="http://apr.apache.org/">Apache Portable
Runtime</a> to
+ JBoss Web can use the <a
href="http://apr.apache.org/">Apache
Portable Runtime</a> to
provide superior scalability, performance, and better integration with native
server
technologies. The Apache Portable Runtime is a highly portable library that is at
the heart of Apache HTTP Server 2.x. APR has many uses, including access to
advanced IO
@@ -33,7 +33,7 @@
</p>
<p>
- <a
href="http://labs.jboss.com/jbossweb/native.html">JBoss Web
Native</a> provides bundle for severals platforms.
+ <a
href="http://www.jboss.org/jbossweb/native.html">JBoss
Native</a> provides bundle for severals platforms.
The bundles contain APR, OpenSSL and tc-native ready to use.
</p>
@@ -69,7 +69,7 @@
<p>
Most Linux distributions will ship packages for APR and OpenSSL. The JNI wrapper
(libtcnative) will
then have to be compiled. It depends on APR, OpenSSL, and the Java headers.
- Some ready to use bundles are available <a
href="http://labs.jboss.com/jbossweb/downloads/jboss-native/"&g...;.
+ Some ready to use bundles are available <a
href="http://labs.jboss.com/jbossweb/downloads/jboss-native/"&g...;.
</p>
<p>
@@ -83,8 +83,7 @@
</p>
<p>
- The wrapper library sources are located in the JBoss Web binary bundle, in the
- <code>bin/tomcat-native.tar.gz</code> archive.
+ The wrapper library sources are located <a
href="http://labs.jboss.com/jbossweb/downloads/jboss-native/"&g...;.
Once the build environment is installed and the source archive is extracted, the
wrapper library
can be compiled using (from the folder containing the configure script):
<source>./configure && make && make
install</source>