Wolf-Dieter Fink [
http://community.jboss.org/people/wdfink] created the discussion
"Re: building a cluster"
To view the discussion, visit:
http://community.jboss.org/message/612121#612121
--------------------------------------------------------------
hdcanner can be dropped if you remove hdscanner-jboss-beans.xml
For farming you should remove deploy/cluster/farm-deployment-jboss-beans.xml
If you remove services there are two reasons
- saving resources (memory and ports)
- security
So it depends whether you say 'waste time' ;)
Most benefit is to remove
- JMS (hornetQ)
- WebServices
- EJB3 support (!! used by other parties)
- EJB2 support
- BeanShell (security)
Other things like different invoker Quarz timer-service require less resources. (see wiki
link above, JB5 should fit in most cases)
One thing will require a bit is the JDBC Close-check.
To remove see
http://community.jboss.org/docs/DOC-12682
http://community.jboss.org/wiki/WhatDoesTheMessageDoYourOwnHousekeepingMean
http://community.jboss.org/docs/DOC-9255
http://community.jboss.org/wiki/CanJBossTellMeWhenIDontCloseAConnection
the checks might be expensive.
BTW do not use the HSQLDB in production remove hsqldb-ds.xml and the libraries, you must
change the dependend services to a different database if you not remove such also.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/612121#612121]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]