private boolean applyChanges(boolean force) throws ServerInstanceException
{
boolean requiresRestart = false;
try
{
InstanceEnvironment instanceEnv = new InstanceEnvironment(mInstanceName);
/* TOMCAT_BEGIN Ramakanth*/
boolean hasConfChanges = false;
boolean hasMimeChanges = false;
hasConfChanges = instanceEnv.hasRealmsKeyConfFileChanged();
/* TOMCAT_END Ramakanth*/
instanceEnv.applyChangesFromBackup(force);
// multicastEvent(CONFIG_CHANGED, null);
/* New for 8.0 - temporary - gen server.xml b4 notif */
/* This call most likely goes away */
this.transform(instanceEnv);
/* New for 8.0 - temporary - gen server.xml b4 notif */