Connect one machine to another in AEM scheduler.
Hello there,
I have following scenario
I need to create, build and download a package on machine XX and install the package (which is created on machine XX) in other machine YY.
All this operation should be done using AEM scheduler.
In the scheduler, I am using JcrPackageManager to create package in machine XX. I blocked on connecting another machine YY.
Can anyone help me how to connect one machine to another machine in AEM scheduler.
I have used Repository repository = JcrUtils.getRepository("http://<<machine IP>:4502/crx/server");
But I got
Unable to access a repository with the following settings:
org.apache.jackrabbit.repository.uri: http:// <<machine IP>:4502/crx/server
Your assistance in this matter would be greatly appreciated
Thanks
Nanda