Author: rjung
Date: Mon Jan  4 16:35:00 2010
New Revision: 895684

URL: http://svn.apache.org/viewvc?rev=895684&view=rev
Log:
BZ46291: Backport r728030 form tcnative trunk.
Clarification in tcnative docs.

Modified:
    tomcat/native/branches/1.1.x/xdocs/index.xml

Modified: tomcat/native/branches/1.1.x/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/xdocs/index.xml?rev=895684&r1=895683&r2=895684&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/xdocs/index.xml (original)
+++ tomcat/native/branches/1.1.x/xdocs/index.xml Mon Jan  4 16:35:00 2010
@@ -170,8 +170,8 @@
 <section name="Install and tests">
 <subsection name="UNIX">
   <p>
-   Edit the $CATALINA_HOME/bin/setenv.sh and add the path to the tc-native 
libraries to LD_LIBRARY_PATH.
-   Something like:
+   Edit $CATALINA_HOME/bin/setenv.sh (creating the file if necessary) and add
+   the path to the tc-native libraries to LD_LIBRARY_PATH. Something like:
    <pre>
     LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
     export LD_LIBRARY_PATH
@@ -193,8 +193,8 @@
 
 <subsection name="Windows">
   <p>
-    Edit the $CATALINA_BASE\bin\setenv.bat and add the path to the tc-native 
libraries, apr and OpenSSL to PATH.
-    For example:
+    Edit $CATALINA_BASE\bin\setenv.bat (creating the file if necessary) and add
+    the path to the tc-native libraries, apr and OpenSSL to PATH. For example:
   <pre>
     set 
PATH=%PATH;C:\cygwin\home\support\tomcat-native-current-win32-src\jni\native\Debug;C:\cygwin\home\support\tomcat-native-current-win32-src\jni\apr\Debug;C:\OpenSSL\lib\VC
   </pre>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to