Clustering > JBoss > Partition Name
  
Partition Name
The partition name should be set in JBoss on installation. However, the partition entry defaults to the machine name so you must verify the partition name in the file WrapperJBossService.conf. Find this file at C:\PRECISION\WebUI\service.
If you need to set the partition name, it must match the partition name you used on installation. For example, the file extract below shows the partition name set to Production.
# Application parameters. Add parameters as needed starting from 1
wrapper.app.parameter.1=org.jboss.Main
wrapper.app.parameter.2=-Dproperties.dir=%ITRAX_HOME%
wrapper.app.parameter.3=-Djboss.partition.name=TMSPROD
wrapper.app.parameter.4=-Dstart.highway=YES
wrapper.app.parameter.5=-Dperform.file.cleanup=yes
wrapper.app.parameter.6=-Dcleanup.xml.file=%ITRAX_HOME%\data\cleanup\FilesToBeRemoved.xml
wrapper.app.parameter.7=-Duser.language=us
wrapper.app.parameter.8=-b 0.0.0.0