// Configure mail notification
try {
initMail(config);
} catch(ServletException e) {
logger.error("Error while initializing mail notification",e);
mailNotification = new MailNotificationNull();
}
mediaDir = UploadUtils.getMediaDir(config.getServletContext());
UploadListener uploadListener = new UploadListener();