One reason for choosing an App Server is usually down to the customer already having the app server in their estate, and a mandatory requirement to deploy all applications in their chosen App Server. Another reason is if you wish to use a specific feature available in an App Server that is not avail...
Versions can be migrated using the latest CRX2OAK tool[0]With option (2) you would also need a better understanding of how your applications are constructed and the various dependencies(groups, users, Tags etc) and migrate all the relevant content across. If doing option (2) you will need to validat...
Sunita Choudhury wrote... Yes I did all the steps whatever it is mentioned in https://helpx.adobe.com/experience-manager/using/first-osgi.html. Still my dependency jars file are not automatically created in .m2 repo. Anybody can help me on this. Thanks The dependencies you are searching for are not...
This is currently not possible. Any user that has access to the system console has write access as well. Best to raise a daycare ticket asking for this functionality, as I have heard other customers asking for this.Regards,Opkar
Hi Kunal,CSRF is only required for authenticated users, are you sure the URL you are posting to requires authentication? If it is not, then the CSRF token will be ignored. Can you share the URL you are posting to?Regards,Opkar
<dependency><groupId>com.day.cq</groupId><artifactId>cq-replication</artifactId><version>5.4.2</version><scope>compile</scope></dependency>does exist in the adobe repohttps://repo.adobe.com/nexus/content/groups/public/com/day/cq/cq-replication/5.4.2/Is this the only AEM dependancy you have in your p...
Hi Radhika,changing the run mode from author to publish is not supported. From [0] "Installation (or fixed) run modes are used at installation time and then fixed for the entire lifetime of the instance, they cannot be changed."Regards,Opkar[0]https://docs.adobe.com/docs/en/aem/6-1/deploy/configurin...
One to one is the recommended approach. The load balancing ability of Dispatcher is fairly basic, as such you should use an external LB as it can do a lot more.[edit] Please see the link [1] https://cqdump.wordpress.com/2015/01/12/connecting-dispatchers-and-publishers/ for a discussion on the topicR...
cq-commerce-hybris-update-content-5.6.200 is a private package that you would need to request access to via daycare. Such packages are made available to customers who have the appropriate licences for the feature requested.Regards,Opkar
Here are a couple of sites[0],[1] that can help with Curl commands, to deploy a package you would use:Upload a package AND installcurl -u admin:admin -F file=@"name of zip file" -F name="name of package" -F force=true -F install=true http://localhost:4505/crx/packmgr/service.jspAre you looking for a...