// Configure mail notification
try {
initMail(servletContext);
} catch(ServletException e) {
logger.error("Error while initializing mail notification",e);
mailNotification = new MailNotificationNull();
}
// Configure upload
try {
initUpload(servletContext);