hello Wolf-Dieter;
now i setup cluster in all mode... every looks fine. for information i used for cluster definition ServerPeerID, service.binding.set ports; booth running on localhost cause it is only test setup aka. preproduction. so next step was that i turned off HDscanners in selected way (works fine for me:)):
<property name="attachmentStoreRoot">${jboss.server.data.dir}/attachments</property>
<property name="scanPeriod"><inject bean="ScanPeriod" /></property>
</bean>
<!-- hdscanner off-->
<bean name="ScanPeriod" class="org.jboss.profileservice.profile.metadata.plugin.ScanPeriod">
<property name="disabled">true</property>
</bean>.
and remove Farm... here i have some problems, cause i found one link: http://community.jboss.org/wiki/RemoveFarmService;
which is slightly diferent from my default/basic server setup (file hierarchy). hmm for example i cant find
all/deploy/deploy.last/farm-service.xml file... but i did find and remove: node/deploy/cluster/farm-deployment-jboss-beans.xml file(?) and node/farm directory. so far everything seem to work fine. So if i understand correctly i need follow protocols for clustering: HornetQ, JGroups and HAPartition... (main protocols) can u please give me some clue, what can i safely remove to achieve a final goal and get better performance. i would keep cluster benefits like faulttolerance etc.
am i on right way to reduce configuration :0 or just waste my/your time?.
thx for help
&
have a nice day
gasper