cvs commit: jakarta-tomcat-connectors/jni README.txt

2005-06-07 Thread jfclere
jfclere 2005/06/07 03:15:12

  Modified:jni  README.txt
  Log:
  now the ssl server example is working.
  
  Revision  ChangesPath
  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.txt6 Jun 2005 16:28:33 -   1.2
  +++ README.txt7 Jun 2005 10:15:12 -   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]



cvs commit: jakarta-tomcat-connectors/jni README.txt

2005-06-06 Thread jfclere
jfclere 2005/06/06 09:28:33

  Modified:jni  README.txt
  Log:
  Add something about the examples.
  
  Revision  ChangesPath
  1.2   +10 -0 jakarta-tomcat-connectors/jni/README.txt
  
  Index: README.txt
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt15 Jan 2005 11:27:31 -  1.1
  +++ README.txt6 Jun 2005 16:28:33 -   1.2
  @@ -3,3 +3,13 @@
   
   Building
   
  +ant
  +
  +Running the examples
  +
  +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
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]