throws IOException, URISyntaxException {
logger.info("Script Manager activated.");
Bundle bundle = componentContext.getBundleContext().getBundle();
URL resourceDir = getClass().getResource("staticweb");
PathNode pathNode = new BundlePathNode(bundle, resourceDir.getPath());
logger.info("Initializing file server for {} ({})", resourceDir,
resourceDir.getFile());
fileServer = new FileServer(pathNode);
URL renderlet = getClass().getResource("scriptmanager-script-overview.ssp");