Author: mturk Date: Wed Nov 16 07:00:08 2011 New Revision: 1202553 URL: http://svn.apache.org/viewvc?rev=1202553&view=rev Log: Axe deprecated JNI docs
Modified: tomcat/jk/trunk/xdocs/generic_howto/workers.xml tomcat/jk/trunk/xdocs/webserver_howto/apache.xml Modified: tomcat/jk/trunk/xdocs/generic_howto/workers.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/generic_howto/workers.xml?rev=1202553&r1=1202552&r2=1202553&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/generic_howto/workers.xml (original) +++ tomcat/jk/trunk/xdocs/generic_howto/workers.xml Wed Nov 16 07:00:08 2011 @@ -103,7 +103,6 @@ Currently the following worker types tha <tr><th>Type</th><th>Description</th></tr> <tr><td>ajp12</td><td>This worker knows how to forward requests to out-of-process Tomcat workers using the ajpv12 protocol.</td></tr> <tr><td>ajp13</td><td>This worker knows how to forward requests to out-of-process Tomcat workers using the ajpv13 protocol.</td></tr> - <tr><td>jni</td><td>DEPRECATED: This worker knows how to forward requests to in-process Tomcat workers using JNI.</td></tr> <tr><td>lb</td><td>This is a load-balancing worker; it knows how to provide round-robin based sticky load balancing with a certain level of fault-tolerance.</td></tr> <tr><td>status</td><td>This is a status worker for managing load balancers.</td></tr> </table> Modified: tomcat/jk/trunk/xdocs/webserver_howto/apache.xml URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/webserver_howto/apache.xml?rev=1202553&r1=1202552&r2=1202553&view=diff ============================================================================== --- tomcat/jk/trunk/xdocs/webserver_howto/apache.xml (original) +++ tomcat/jk/trunk/xdocs/webserver_howto/apache.xml Wed Nov 16 07:00:08 2011 @@ -986,28 +986,7 @@ However those locks does not work on NFS </tr> </table> -<br/> -<table> - <tr valign="top"><th>DEPRECATED: JNI related parameters</th><th></th></tr> - <tr valign="top"><td>--enable-jni</td> - <td>Build the JNI worker and so the build process will require -some information about your Java Environment</td> - </tr> - <tr valign="top"><td>--with-java-home=DIR</td> - <td>DIR is the patch to the JDK root directory. Something like: /opt/java/jdk12</td> - </tr> - <tr valign="top"><td>--with-os-type=SUBDIR</td><td>SUBDIR is the os-type subdirectory, - configure should guess it correctly.</td> - </tr> - <tr valign="top"><td>--with-arch-type=SUBDIR</td><td>SUBDIR is the arch subdirectory, - configure should guess it correctly.</td> - </tr> - <tr valign="top"><td>--with-java-platform=VAL</td><td>VAL is the Java platform 1 is 1.1.x and 2 is for 1.2 and higher, - configure should guess it correctly.</td> - </tr> -</table> </p> -<warn>The JNI option has been deprecated. It will likely not work. Do not use it.</warn> </subsection> <subsection name="Examples of configure use"> @@ -1023,13 +1002,6 @@ some information about your Java Environ <type>cp ./apache-2.0/mod_jk.so /usr/lib/apache2</type><br/> </screen> -<screen> -<note>Apache 2.x build with JNI support</note> -<type>./configure --with-apxs2=/opt/apache2/bin/apxs \</type> -<typenext>--with-java-home=${JAVA_HOME} --with-java-platform=2 \</typenext> -<typenext>--enable-jni</typenext><br/> -</screen> -<warn>The JNI option has been deprecated. It will likely not work. Do not use it.</warn> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org