ContentCollection xAppsCollection = null;
try {
ContentCollection sysRoot = wcr.getSystemRoot();
ContentNode xappsNode = sysRoot.getChild("x-apps");
if (xappsNode == null) {
xappsNode = sysRoot.createChild("x-apps", Type.COLLECTION);
}
xAppsCollection = (ContentCollection)xappsNode;
} catch (ContentRepositoryException excp) {
logger.log(Level.WARNING, "Unable to get x-apps collection", excp);
error(request, response, "No x-apps collection found. <br>" +