Author: markt Date: Fri Dec 19 06:23:49 2008 New Revision: 728030 URL: http://svn.apache.org/viewvc?rev=728030&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46291 Add note that setenv.(sh|bat) should be created if not present
Modified: tomcat/connectors/trunk/jni/xdocs/index.xml Modified: tomcat/connectors/trunk/jni/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/xdocs/index.xml?rev=728030&r1=728029&r2=728030&view=diff ============================================================================== --- tomcat/connectors/trunk/jni/xdocs/index.xml (original) +++ tomcat/connectors/trunk/jni/xdocs/index.xml Fri Dec 19 06:23:49 2008 @@ -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