Ice.Package.HaloICE=com.hp.halo Ice.StdErr=./logs/IceStdErr.txt Ice.StdOut=./logs/IceStdOut.txt # This property is used by the clients to connect to IceStorm, Database # Services, Event Services, Node Services, etc. # Note that any proxy definitions which use Grid replica # groups - e.g. any proxy that has an @ - will be using # two-way SSL, and thus the box that the client is running # on will require a certificate. # Ice.Default.Locator=HaloIceGrid/Locator:tcp -h cv-tst-ice-04.hp.net -p 10000 #DeviceServices.Proxy=DeviceServices:ssl -h %address% -p 10305 DeviceServices.Proxy=DeviceServices:tcp -h %address% -p 10300 SWAVServices.Proxy=SWAVServices:tcp -p 10110 SWAVCollabServices.Proxy=SWAVServices:tcp -p 10100 DatabaseServices.Proxy=DatabaseServices@DatabaseServicesReplicaGroup AuthenticationService.Proxy=AuthenticationService@AuthenticationServiceReplicaGroup IceStorm.TopicManager.Proxy=HaloCentralIceStorm/TopicManager@CentralIceStormTopicManagerReplicaGroup NodeServices.Proxy=NodeServices:ssl -h %address% -p 10505 UIServices.Proxy=UIServices:tcp -h %address% -p 10800 MessageCatalogStore.Proxy=UIServices/MessageCatalogStore:tcp -p 10800 EventServices.Proxy=EventServices@EventServicesReplicaGroup # # SSL Configuration # Ice.Plugin.IceSSL=IceSSL.PluginFactory Ice.Plugin.CertVerifier=com.hp.halo.ssl.CertVerifierPluginFactory Ice.PluginLoadOrder=IceSSL,CertVerifier IceSSL.DefaultDir=C:\Program Files\Hewlett-Packard\Certificates IceSSL.Truststore=HPHaloServicesCA.jks IceSSL.KeystoreType=PKCS12 IceSSL.Ciphers=NONE (RSA.*AES_256) !(EXPORT) IceSSL.CheckCertName=1 IceSSL.Trace.Security=1 SslVerifier.CRL_URL=http://vmhost-prod00.ads.hhven.net/crl/LatestCRL.crl SslVerifier.CRL=LatestCRL.crl SslVerifier.OnlyLogCRLViolations=true # Delay at start time for the first CRL download, in seconds SslVerifier.CRLDownloadDelayAtStart=60 # Time between CRL downloads, in minutes SslVerifier.TimeBetweenCRLDownloads=240 # # Connection Timeout Global Maximum # Ice.Override.ConnectTimeout=2000 # # Warn about connection exceptions # Ice.Warn.Connections=2 # # Network Tracing # # 0 = no network tracing # 1 = trace connection establishment and closure # 2 = like 1, but more detailed # 3 = like 2, but also trace data transfer # Ice.Trace.Network=0 # # Protocol Tracing # # 0 = no protocol tracing # 1 = trace protocol messages # Ice.Trace.Protocol=0 # # Security Tracing # # 0 = no security tracing # 1 = trace warning messages # 2 = config file parsing warnings # IceSSL.Trace.Security=0 # # Controls the maximum size of messages that can be read or written. This value # corresponds to the size of the data sent in the getScreenImages method. # Note that the server ice configuration file also needs to have this parameter set # and should match what is specified here. # Ice.MessageSizeMax=5000 ######################################################################## # Device Manager properties ######################################################################## # Device Services Configuration #DeviceLib.DeviceServiceType=server #DeviceLib.DeviceServiceType=client DeviceLib.cachingEnabled=false ######################################################################## # ClientUtil properties ######################################################################## ClientUtil.NodeObserver.Endpoints=ssl ClientUtil.NodeObserver.StartPort=10550 ClientUtil.NodeObserver.PortCount=20 ClientUtil.MeetingObserver.Endpoints=ssl ClientUtil.MeetingObserver.StartPort=10450 ClientUtil.MeetingObserver.PortCount=20