// Configure Mac OS X dock icon (we had problems with JWS dock icon: ugly and cannot be badged)
if (isMac()) OSXSupport.setApplicationIcon();
// Images cache
Cache imagesCache = new Cache(new File(getContextPath() + "cache"), 20000000);
ImageFetcher.setCache(imagesCache);
// Stylesheets
try
{