localport=6150 remoteport=6250 # # Location of the log file # #logfile= # # Specify the components to log # # The format is [,...];[,...];... # If no subcomponents need to be specified, do not include the '[]' after the # component name. To exclude messages from a subcomponent, precede the # subcomponent with a '!'. Doing this requires that a preceding subcomponent # first includes the message, such as 'ons[all,!topology]'. # # Valid components: internal and ons # # Valid sub-components for: internal # # None # # Valid subcomponents for: ons # # all - all messages # local - ONS local information # listener - ONS listener information # discover - ONS discover (server or multicast) information # servers - ONS remote servers currently up and connected to the cluster # topology - ONS current cluster wide server connection topology # server - ONS remote server connection information # client - ONS client connection information # connect - ONS generic connection information # subscribe - ONS client subscription information # message - ONS notification receiving and processing information # deliver - ONS notification delivery information # special - ONS special notification processing # internal - ONS internal resource information # secure - ONS SSL operation information # workers - ONS worker threads # #logcomp=ons[all,!secure] # # file name path for the ONS debug log file # #debugfile= # # See above comment for logcomp. #debugcomp= # # If any instance or remote client of ONS exists outside a firewall # (accessible from a public network), then ONS must be configured # with SSL enabled: preferably with the Oracle SSL layer via configuring # a valid "walletfile". # # Location of the wallet file to use. Used to configure Oracle SSL. # If specified, the 'openssl-...' properties must not be specified. # #walletfile= # # Location of the Open SSL security file. Used to configure Open SSL. # If specified, the 'walletfile' property must not be specified. # #openssl-file= # # Location of the Open SSL library. # #openssl-lib= # # The socket read timeout value in seconds for client connections. # # Default: 20 # Valid Values: and integer value >= 1 and <= 3600 # #timeout=20 # # The socket read timeout value in seconds. Used by by connections to # remote servers when connecting to this server. # # Default: 30 # Valid Values: 0 (disable timeout, for debugging only) # an integer value >= 4 and <= 3600 #io-timeout=30 # # The remote connection timeout value in seconds for the ONS Java # client. This setting is ONLY valid when used to create the ONS # class for establishing connections to remote ONS servers. If # a notification or status message has not been received by a # server within (remotetimeout / 2) seconds, the ONS client will # send a "ping" message to the server, to which the server must # reply within (remotetimeout / 2) seconds or the client will close # the connection to the server and attempt to establish a new # connection. Values specified outside the valid range will be # quietly set to the corresponding minimum or maximum value. # # This same timeout can be overridden on the Java command line # via the system property "oracle.ons.remotetimeout". # # Default: 60 # Valid Values: 0 (disable remote timeout) # an integer value >= 20 and <= 3600 # # ONLY VALID when specififed with the ONS class creation for # remote connections. DO NOT specify in ons.config! # #remotetimeout=60 usesharedinstall=true