You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2009/10/25 02:00:29 UTC

svn commit: r829476 - in /ofbiz/trunk/framework: base/config/ofbizrmi-truststore.jks service/src/org/ofbiz/service/rmi/ExampleRemoteClient.java

Author: jacopoc
Date: Sun Oct 25 01:00:28 2009
New Revision: 829476

URL: http://svn.apache.org/viewvc?rev=829476&view=rev
Log:
Added demo truststore file to be used by client applications invoking services using the RemoteDispatcher (see for example the ExampleRemoteClient class).

Added:
    ofbiz/trunk/framework/base/config/ofbizrmi-truststore.jks   (with props)
Modified:
    ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/ExampleRemoteClient.java

Added: ofbiz/trunk/framework/base/config/ofbizrmi-truststore.jks
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbizrmi-truststore.jks?rev=829476&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ofbiz/trunk/framework/base/config/ofbizrmi-truststore.jks
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/ExampleRemoteClient.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/ExampleRemoteClient.java?rev=829476&r1=829475&r2=829476&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/ExampleRemoteClient.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/rmi/ExampleRemoteClient.java Sun Oct 25 01:00:28 2009
@@ -43,6 +43,11 @@
  * javolution.jar
  * jdbm.jar
  * log4j.jar
+ * 
+ * Copy the truststore file framework/base/config/ofbizrmi-truststore.jks to the client
+ * 
+ * Run the client specifying the path to the client truststore: -Djavax.net.ssl.trustStore=ofbizrmi-truststore.jks
+ * 
  */
 public class ExampleRemoteClient {