Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In framework/base/config/ofbiz-containers.xml replace (or better comment out this snippet during tests )
    Code Block
    <property<!--property name="client-factory" value="org.ofbiz.service.rmi.socket.ssl.SSLClientSocketFactory"/>
    <property name="server-factory" value="org.ofbiz.service.rmi.socket.ssl.SSLServerSocketFactory"/>
    <property name="ssl-keystore" value="framework/base/config/ofbizrmi.jks"/>
    <property name="ssl-clientkeystore-authtype" value="trueJKS"/>
    

by

...

  1. <property name="

...

  1. ssl-keystore-

...

  1. pass" value="

...

  1. changeit"/>
    <property name="

...

  1. ssl-keystore-

...

  1. alias" value="

...

  1. rmissl"/>
    <property name="ssl-client-auth" value="false"/-->
    
  1. Unzip in framework\service\src\org\ofbiz\service\rmi\socket\zip the content of this attachment

Anchor
HowToTestIfRMIIsWorking
HowToTestIfRMIIsWorking

How to test easily if RMI is working (using a simple client)

...

Simply run the testRmi service from Webtools

Anchor
SomethingsYouShouldKnowAboutRMI
SomethingsYouShouldKnowAboutRMI

...