RMI server

The information in this file configures the data exchange via the RMI protocol.

The RMIObjectsPort key specifies the port number used by the PPM client server. RMI objects created by the PPM client server are registered with this port number at the RMI registry.

The key RMIObjectsPortAnalysisServer specifies the port number that the analysis server uses for communication.

The RMISocketFactory key specifies the RMI data exchange type.

Value

Description

com.idsscheer.ppm.rmi.compress.
ZCompressionSocketFactory

Compressed RMI data exchange
(PPM default)

com.idsscheer.ppm.rmi.
ZDefaultSocketFactory

RMI data exchange in plain text

No value

Native RMI communication default

If you have enabled SSL encryption (UseSSL=true or UseSSL=https-proxy key in the Registry_settings.properties file), the RMISocketFactory key is ignored and the ZSSLSocketFactory value is automatically used as RMI SocketFactory.