Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 74471 invoked from network); 4 Jan 2010 16:35:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 16:35:35 -0000 Received: (qmail 41810 invoked by uid 500); 4 Jan 2010 16:35:34 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 41745 invoked by uid 500); 4 Jan 2010 16:35:34 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 41734 invoked by uid 99); 4 Jan 2010 16:35:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 16:35:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 16:35:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 357F823888D1; Mon, 4 Jan 2010 16:35:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r895684 - /tomcat/native/branches/1.1.x/xdocs/index.xml Date: Mon, 04 Jan 2010 16:35:06 -0000 To: dev@tomcat.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100104163511.357F823888D1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@

- 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:

     LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CATALINA_HOME/lib
     export LD_LIBRARY_PATH
@@ -193,8 +193,8 @@
 
 
   

- 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:

     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
   
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org