jfclere 2005/06/06 09:07:33 Modified: jni/native BUILDING Log: Add a note about testing with openssl. Revision Changes Path 1.4 +1 -0 jakarta-tomcat-connectors/jni/native/BUILDING Index: BUILDING =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/BUILDING,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- BUILDING 3 Jun 2005 08:43:38 -0000 1.3 +++ BUILDING 6 Jun 2005 16:07:33 -0000 1.4 @@ -24,3 +24,4 @@ - To use it in Tomcat you may have to add in bin/setenv.sh: LD_LIBRARY_PATH=openssl_install_location/lib; export LD_LIBRARY_PATH (use ldd ./.libs/libtcnative-1.so to check it). + - quick testing: openssl s_client -connect localhost:8443 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org