Author: jfclere
Date: Tue Oct 20 14:44:07 2009
New Revision: 827579
URL: http://svn.apache.org/viewvc?rev=827579&view=rev
Log:
More doco stuff.
Modified:
tomcat/native/branches/1.1.x/README.txt
tomcat/native/branches/1.1.x/native/BUILDING
Modified: tomcat/native/branches/1.1.x/README.txt
URL:
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/README.txt?rev=827579&r1=827578&r2=827579&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/README.txt (original)
+++ tomcat/native/branches/1.1.x/README.txt Tue Oct 20 14:44:07 2009
@@ -19,7 +19,7 @@
Building
========
ant
-To build the native part see jni/native/BUILDING
+To build the native part see native/BUILDING
Running the examples
====================
Modified: tomcat/native/branches/1.1.x/native/BUILDING
URL:
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/BUILDING?rev=827579&r1=827578&r2=827579&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/native/BUILDING (original)
+++ tomcat/native/branches/1.1.x/native/BUILDING Tue Oct 20 14:44:07 2009
@@ -38,7 +38,7 @@
2 - In bin/setenv.sh add the following:
CATALINA_OPTS="$CATALINA_OPTS -Djava.library.path=tclib_location"
In my machine I am using:
- /home/jfclere/tomcat-connectors/jni/native/.libs for tclib_location
+ /home/jfclere/native/native/.libs for tclib_location
NOTES:
- configure --disable-openssl: Configure without ssl support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]