Edit CA RCM and JBoss files to configure communication with database servers and other components.
To upgrade configuration of the JBoss cluster server
JBoss_root/server/all/farm/wpServerPlus.ear/wpServer.jar/META-INF/
<jndi-name>jms
Replace the string with the following string:
<jndi-name>jnp://localhost:1100/jms
Note: Port 1100 is the default JBoss port. Use the relevant port for your environment.
<resource-ref> <res-ref-name>jms/wpConnectionFactory</res-ref-name> <jndi-name>jms/wpConnectionFactory</jndi-name> </resource-ref>
Change the value of the jndi-name element as follows:
<jndi-name>jnp://localhost:1100/jms/wpConnectionFactory</jndi-name>
<resource-env-ref> <res-env-ref-name>jms/wpUtilQueue</res-env-ref-name> <jndi-name>queue/wpUtilQueue</jndi-name> </resource-env-ref>
Change the value of the jndi-name element as follows:
<jndi-name>jnp://localhost:1100/queue/wpUtilQueue</jndi-name>
<resource-env-ref> <res-env-ref-name>jms/wpServAutoActQueue</res-env-ref-name> <jndi-name>queue/wpServAutoActQueue</jndi-name> </resource-env-ref>
Change the value of the jndi-name element as follows:
<jndi-name>jnp://localhost:1100/queue/wpServAutoActQueue</jndi-name>
Save changes to the file.
JBoss_root/server/all/farm/eurekify.war/WEB-INF/
classpath:/META-INF/txLog/txLogSimpleContext.xml
Replace the statement with the following statements:
classpath:/META-INF/txLog/txLogJmsContext.xml classpath:/META-INF/txLog/jbossmqJmsContext.xml
classpath:/META-INF/schedulerSimpleContext.xml
Replace the statement with the following statements:
classpath:/META-INF/schedulerClusteredContext.xml
Save changes to the file.
JBoss_root/server/all/farm/eurekify.war/WEB-INF/classes/META-INF
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |