Postinstallation Task 5: Updating the JeoMSLog4j.xml File

Make the following changes in the JeoMSLog4j.xml file:

Procedure

  1. In the <Configuration> element add packages="com.tibco.aff.logclient.customappenders"
  2. Find the following JMSAppender name property:
    <JMS name="JMSAppender" destinationBindingName="tibco.aff.centrallog.topic"
    factoryName="com.tibco.tibjms.naming.TibjmsInitialContextFactory"
    factoryBindingName="TopicConnectionFactory"
    providerURL="tcp://localhost:7222" userName="admin" password="admin" securityPrincipalName="admin" securityCredentials="admin">
    <ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY"/>
    </JMS>
    and replace with the following property:
    <OMSJmsAppender name="JMSAppender">
    			<DestinationBindingName>tibco.aff.centrallog.topic</DestinationBindingName>
    			<FactoryBindingName>TopicConnectionFactory</FactoryBindingName>
    			<FactoryName>com.tibco.tibjms.naming.TibjmsInitialContextFactory</FactoryName>
    			<ProviderURL>tibjmsnaming://localhost:7222</ProviderURL>
    			<UserName>admin</UserName>
    			<Password>ENC(T9aNk07NMsU\=)</Password>
    			<SecurityPrincipalName>admin</SecurityPrincipalName>
    			<SecurityCredentials>ENC(T9aNk07NMsU\=)</SecurityCredentials>
    			<ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY"/>
    		</OMSJmsAppender>