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 key in the file Registry_settings.properties), the RMISocketFactory key is ignored and ZSSLSocketFactory is automatically used as the RMI SocketFactory.