log.fatal("* http://www.encuestame.org/wiki/display/DOC/Troubleshooting+Guides");
log.fatal("**********************************************");
throw new IllegalStateException("home not valid, please set a home property in the configuration file");
} else {
WebApplicationContext ctx = WebApplicationContextUtils.getWebApplicationContext(servletContext);
final StartupProcess startup = (StartupProcess) ctx.getBean("applicationStartup");
try {
startup.startProcess();
log.info("**********************************************");
log.info("* ENCUESTAME IS RUNNING SUCCESSFULLY *");
log.info("* http://www.encuestame.org *");
log.info("**********************************************");
} catch (Exception e) {