[jboss-svn-commits] JBL Code SVN: r36629 - labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Feb 17 11:48:07 EST 2011
Author: whitingjr
Date: 2011-02-17 11:48:06 -0500 (Thu, 17 Feb 2011)
New Revision: 36629
Added:
labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-refreshing-eap-install-deployment-steps.txt
Log:
Added notes on refreshing the install of EAP.
Added: labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-refreshing-eap-install-deployment-steps.txt
===================================================================
--- labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-refreshing-eap-install-deployment-steps.txt (rev 0)
+++ labs/jbosstm/workspace/whitingjr/sandbox/batch-execution-SPEC-jms2007/info/info-refreshing-eap-install-deployment-steps.txt 2011-02-17 16:48:06 UTC (rev 36629)
@@ -0,0 +1,37 @@
+**** Refreshing EAP on messaging server
+
+Create directory for eap install
+move archive contents into dir
+
+Change .bash_profile on jmsclient1 with new setting for EAP_HOME
+Change eap.properties on messaging server with new dir of eap
+
+Run the switch.sh file to replace the messaging install
+
+Create this directory path in the new EAP install home
+ ./native/lib64
+
+Place the .so file in the ./native/lib64 directory
+
+Change hornetq-configuration
+
+jboss-5.1.0.Branch/server/production/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml
+ change port number
+
+jboss-5.1.0.Branch/server/production/deploy/hornetq/hornetq-configuration.xml
+ change large messages dir
+ change journal dir
+ turn off clustering
+
+jboss-5.1.0.Branch/server/production/deploy/hornetq/hornetq-jms.xml
+ Copy across all the queue information
+
+Create new directories on jmsclients to hold the latest eap and messaging impl libs
+
+Copy files from installation into new lib dirs on each client
+ netty.jar
+ jboss-logging-spi.jar
+ hornetq-core-client.jar
+ hornetq-jms-client.jar
+
+Update default.env on each client with new value for CLASSPATH
More information about the jboss-svn-commits
mailing list