Context ctx = server.getNamingContext();
profileService = (ProfileService) ctx.lookup("ProfileService");
deploymentManager = profileService.getDeploymentManager();
ProfileKey defaultKey = new ProfileKey(profileName);
deploymentManager.loadProfile(defaultKey);
}