I want to create a reusable VM image that contains a barebones CQ5 instance.To do this, I have written a script to run cq-quickstart-5.6.1-author-p4502.jar, for example, and send curl requests to the login page of the instance till it responds with a 200 status code and then I execute ./stop to stop...
Sham HC wrote... LinearGradient wrote... Hi Sham, I want to add an attribute domainName that stores the domain name (e.g. www.example.com) associated with a given sling:Mapping node under /etc/map (or /etc/map.publish). Thanks. sling:Mapping already provides required matching and redirec...
Hi Sham,I want to add an attribute domainName that stores the domain name (e.g. www.example.com) associated with a given sling:Mapping node under /etc/map (or /etc/map.publish).Thanks.
Hi,In particular, I want to be able to add custom properties to sling:Mapping nodes.Is there a mixin type I can use with sling:Mapping nodes so that I can add custom properties to them?
Hi Sham,Thanks for the reply. Could you please explain the purpose of the "sling:target" on the content node? I mean, if I open localhost:4502/content, it redirects to the given target, but what's the use case for this?
Hi,I just noticed that the /content node has the following two properties: sling:target = /geohome sling:resourceType = sling:redirectIs it advisable to change these values for an in-production installation?
Hi,I was looking at our log files and noticed the following ERROR:com.day.cq.replication.impl.ReplicationContentFactoryProviderImpl Unable to read replication content stored in /var/replication/data/1a80cfd3-0179-4392-ba73-8c7775f51933/c8/c82e1905-9b6f-47b7-a36e-eae5410c2d18. Node is missing.As far ...
Hi,I have slightly modified some SQL 2 queries from this page, but I cannot run them via CRX DE. Here's the query:SELECT * FROM [cq:Page] WHERE PATH([cq:Page]) LIKE '/nodes/%'The error message I am receiving is:Query: SELECT * FROM [cq:Page] WHERE PATH([(*)cq:Page]) LIKE '/nodes/%'; expected: LENGTH...