KeyStoreImportTypeManager.getInstance().registerType(new ServerAuthenticationKeyImportType());
KeyStoreImportTypeManager.getInstance().registerType(new TrustedServerCertificateImportType());
// Add the default user databases
UserDatabaseManager.getInstance().registerDatabase(
new UserDatabaseDefinition(JDBCUserDatabase.class, "builtIn", "properties", -1));
/*
* Add the 'site' VFS directory as a resource base. This must be done
* because we need access to the resources without authentication
*/