jfclere 2005/06/07 03:15:12 Modified: jni README.txt Log: now the ssl server example is working. Revision Changes Path 1.3 +6 -4 jakarta-tomcat-connectors/jni/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jni/README.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README.txt 6 Jun 2005 16:28:33 -0000 1.2 +++ README.txt 7 Jun 2005 10:15:12 -0000 1.3 @@ -9,7 +9,9 @@ ==================== before running the examples you may have to set LD_LIBRARY_PATH, something like LD_LIBRARY_PATH=/opt/SMAWoIS/openssl/lib; export LD_LIBRARY_PATH -echo: (port in examples/org/apache/tomcat/jni/Echo.properties). -ant echo-example -ssl server: (see parameters in ./examples/org/apache/tomcat/jni/SSL.properties) -ant server-example +1 - echo: (port in examples/org/apache/tomcat/jni/Echo.properties). + ant echo-example +2 - ssl server: + (see parameters in ./examples/org/apache/tomcat/jni/SSL.properties) + The certificate and key should be in dist/classes/examples. + ant server-example
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
