#AJP protocol port required for communicating with a channel instance through APACHE HTTP Server. DefaultImplementation.Channels.OAuthWebappsChannel.ajp.connector.port=8030 #Cluster group multicast address for members to join. DefaultImplementation.Channels.OAuthWebappsChannel.cluster.mcastAddress=228.0.0.5 #Cluster group multicast port for members to join. DefaultImplementation.Channels.OAuthWebappsChannel.cluster.mcastPort=45584 #Frequency with which cluster messages are sent. Preferrably should be same for each member. DefaultImplementation.Channels.OAuthWebappsChannel.cluster.mcastFrequency=600 #The time in milliseconds a cluster member is gone before it is considered gone. Keep this at least 3 times of frequency. DefaultImplementation.Channels.OAuthWebappsChannel.cluster.memberDropTime=3000 #The port this member listens to for multicast cluster messages over TCP. DefaultImplementation.Channels.OAuthWebappsChannel.cluster.tcpListenPort=3000 #The TCP host for this member. DefaultImplementation.Channels.OAuthWebappsChannel.cluster.tcpListenHost=127.0.0.1 #Receiver Port for TCP receiver for each member. DefaultImplementation.Channels.OAuthWebappsChannel.cluster.receiver.port=5020 #Selector timeout in ms for NIO based receiver. DefaultImplementation.Channels.OAuthWebappsChannel.cluster.receiver.selectorTimeout=100 #NIO Thrread count DefaultImplementation.Channels.OAuthWebappsChannel.cluster.receiver.maxThreads=6