04-21-2011 08:34 AM
05-03-2011 07:12 AM
logger.debug("Deploying Content");
String srcPath = "dns name of project–user name:/www/avm_webapps/ROOT";
DeploymentReport report = new DeploymentReport();
List<DeploymentCallback> callbacks = new ArrayList<DeploymentCallback>();
callbacks.add(new DeploymentReportCallback(report));
DeploymentService deploymentService = serviceRegistry.getDeploymentService();
deploymentService.deployDifferenceFS(-1, srcPath, "default", "localhost", 44100, "user name", "password" , "default", null, false , false, false, callbacks);
logger.debug("Content Deployed");
Another part is can i use only simple document management without using AVM stores for same?
05-03-2011 07:21 AM
05-12-2011 08:52 PM
05-26-2011 02:24 AM
Another part is can i use only simple document management without using AVM stores for same?
As one might expect, the Transfer Service comprises two major parts: the part that is responsible for sending information from the source repository and the part that is responsible for receiving information in the target repository
06-24-2011 01:46 PM
07-11-2011 02:19 PM
07-11-2011 07:29 PM
07-11-2011 08:09 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.