[JBoss-user] [Installation & Configuration] - Re: How can I rename a cluster partition?

2004-11-11 Thread dsicore


I've written a script to do this.  Maybe it help:

http://damon.sicore.org/blojsom/blog/default/Development/?permalink=jBossConfigurator.txt

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854872#3854872

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854872


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: How can I rename a cluster partition?

2004-11-06 Thread didickman
Thanks for the responses. Seems like what I actually had to do to get rid of 
the exception was the following change:


  | --- all/deploy/deploy-hasingleton-service.xml   2004-06-25 
23:22:52.0 -0400
  | +++ instance1/deploy/deploy-hasingleton-service.xml 2004-11-06 
21:37:42.0 -0500
  | @@ -17,8 +17,9 @@
  |  -->
  | 
  | -  jboss:service=DefaultPartition   
  | +  jboss:service=ProductionPartition   
  |jboss.system:service=MainDeployer
   
  | +  ProductionPartition
  |deploy
  |${jboss.server.home.url}/deploy-hasingleton
  |undeploy
  | 

Haven't done any testing beyond just bringing the server up though...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854191#3854191

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854191


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: How can I rename a cluster partition?

2004-11-02 Thread jiwils
The posts regarding changing the cluster name are right to caution you.  To do that, 
you will have to correctly change the cluster name attribute in several configuration 
files, and you must only change the attribute "PartitionName" not the MBean name 
itself (which is also "DefaultPartition").

If you change the multicast address (or even port) you can accomplish much the same 
thing with a single configuration file change.  Inside cluster-service.xml search for 
"mcast_addr".  That is the multicast address setting.  In the same section is a 
setting for the port number.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853664#3853664

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853664


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: How can I rename a cluster partition?

2004-11-02 Thread janilsal
in the "cluster-service.xml"  file  under deploy directory of your configuration   
(all  for example),   change the attribute "PartitionName"   to the name you want   
[Remember just the attribute name]
 
  DefaultPartition


Do **not** find/replace all occurrences of the word "DefaultPartition".  Just the 
attribute name should be replaced.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853659#3853659

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853659


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: How can I rename a cluster partition?

2004-11-02 Thread janilsal

  |  DefaultPartition
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853660#3853660

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853660


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user