2012/3/1 Pavlos Drandakis <[email protected]>: > Hello all, > > The comment in applicationContext.xml says that this job is needed for a > clustered CAS environment, so... is it safe/right to remove/disable the > relevant beans from applicationContext.xml in a non clustered CAS > environment?
Generally I'd shy away from modifying applicationContext.xml if you can help it, as these are supposed to be implementation details. Removing the reload even if you are not using it won't buy you much, and then you have to deal with the managing that file. Bill > > Thanks, in advance, > Pavlos > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
