Unable to replicate robots.txt through to the dispatcher
I implemented robots.txt on both author and publish instances using the link below: http://crxdelight.com/2012/02/04/how-to-protect-your-cq-instances-from-google-searches/robots.txt exist and it is...
View ArticleRe: Unable to replicate robots.txt through to the dispatcher
If this file exists in publish then there is a dispatcher rule that is blocking this file. Yogesh
View ArticleRe: Unable to replicate robots.txt through to the dispatcher
Thank you Yogesh for your prompt response. Will you be able to tell which dispatcher rule that may be blocking this file?
View ArticleRe: Change the URL path for CQ?
I am able to shorten URL in combination with apache and /etc/map/http CQ... and it works very well with http schema (non-secure). But same shortened URL not working with https (secure) ... Now you may...
View ArticleRe: Change the URL path for CQ?
Hi Chandra, You would have created redirections under /etc/map/http. You will alsohave to create same redirections under /etc/map/https too. RegardsRajesh
View ArticleRe: Change the URL path for CQ?
Hey Rajesh, Thamks, It works, unfortunately, its not mentioned anywhere in adobewiki/ doc. Thanks Chandra
View ArticleRe: Change the URL path for CQ?
I am glad about dispatcher caching as well ...cache folder got created under IHS cache directory in shortened URL manner and i thought this is different than actul crx strcuture and cache would not be...
View ArticleRe: Unable to replicate robots.txt through to the dispatcher
Following the article the filter [1] is blocking it as expected.[1]/0080 { /type "deny" /glob "GET * /robots.txt*" }
View ArticleRe: Adobe Analytics and Test & Target integration
Hi Pawan, Looks like AAM might work. I haven't used aam [1] & have limited knowledge. With commerce, In your cart items make total costs between 75 to 100$. Then go to any product page & do...
View ArticleRe: Rich Text Editor - Saving encoded characters
If you are accessing author instance through dispatcher. Make sure encoding is set properly in the web server.
View ArticleRe: Updated my pages vanity url, but some of it doesn't reflect on...
Have you used any special characters in vanity url? If so remove that property from crxde light. If that works file a daycare to get a hotfix that make vanity url validation more robust.
View ArticleRe: DAM Cache
First look at dispatcher log if invalidate request is coming? If so verify the path & fix the issue accordingly. If request is not reaching dispatcher verify launcher configuration &...
View ArticleRe: Can the Workflow Model Options in the sidekick be site specific
Out of the box not possible & you need to custamize. Currently only those workflows appear in the workflow drop-down in the sidekick that have the "tags" property (inside model/metaData) value to...
View ArticleRe: Client Context won't return string array
OOB with login as Alison Parker & in client context I can see all the followers & do not know why your seeing one. Could you provide exact use case.
View ArticleRe: CQ 5.6.0 to 5.6.1 upgrade failing on Tomcat7 restart
On new system as a verification before restart Go to /libs/system/install, delete the cqse-httpservice node and save your changes. Then restart your instance & see if it helps.
View ArticleRe: How to store a value as Double using dialog?
Pass a hidden variable with @TypeHint as the data type you want.
View ArticleRe: Updated my pages vanity url, but some of it doesn't reflect on...
Hi Sham, I dont have any special characters on the vanity url. Actually I have a blueprint site setup. The vanity url for the Blueprint and some of its child site itself is working fine, Some of the...
View ArticleRe: Unable to replicate robots.txt through to the dispatcher
Thank you Sham for your response. I added the line of code below in my dispatcher.any file. It is still not able to see the robots.txt. # Deny content grabbing /0080 { /type "allow" /glob "GET *...
View ArticleJava Content Assist in CQ 5.6 / CQ 5.5
In order to make Java Content Assist work in CQ 5.6/ CQ 5.5, download the file crxde-missing-libs-1.0 from : https://dev.day.com/packageshare/packages/public/day/crxde/crxde-missing-libs.html and...
View ArticleCaching Client Libraries
Does CQ have a built in way to deal with client library caching issues? When using the foundation image component, the final src attribute of the image in the clients browser is something like:...
View ArticleHandling custom (localized) error pages
On our site, we'd like to be able to maintain and serve custom/localized error pages in the end-users' own language rather than just a standard customized page like...
View ArticleChange the default font of the richtext widget
I want to change the default look and feel of the content of richtext widget. I tried set the cls property when defining the widget, but it doesn't work. any idea? thx
View ArticleRe: Passing values from Form Component to Thank you page configured
One way of doing this could be to implement your own servlet/filter.This could handle the data from the form and store it accordingly in CQ.Later on it could also pass variables to the "Thank You"...
View ArticleRe: Form - Thank you page
You can access the property from the Site Admin page.Right click on any page and choose "Properties". Then you will find the "Hide in navigation" checkbox under the basic properties tab.
View ArticleRe: Sending newsletters
Thanks, that didn't help unfortunately. We can send email otherwise. The mail server seems to be set-up ok. The problem is only with the newsletter. Any other tips? The error seems to indicate...
View ArticleRe: Sending newsletters
In the log I can also see replication request. Can someone confirm to me if we need to configure the mail server on publish? Or on Author?
View ArticleRe: CQ5 as Windows Service with LDAP Authentication
Hi,The links shared tells us the same things as we were trying before.I tried every combination possible in repository.xml1. LoginModule removed with...
View ArticleCQ5.3 server not ready
*ERROR* webapp-CRX Launchpad Webapp: ERROR: Error starting slinginstall:F:\Microsoft\cq5\crx-quickstart\launchpad\startup\15\org.apache.sling.runmod e-2.0.3-tlp-R818849.jar...
View ArticleRe: Client Context won't return string array
Are you sure you are not looking at the Social Graph component instead of the profile component? If you open the client context under "Tools" -> "Client Context Configurations" -> "default"...
View ArticleRe: CQ 5.6.0 to 5.6.1 upgrade failing on Tomcat7 restart
Hi Sham - tried that but in CRXLite there is nothing resembling cqse-httpservice in /libs/system/install; we only have the...
View ArticleNow available - Adobe Marketing Cloud community forums
We are excited to announce the launch of our new support community for the Adobe Marketing Cloud solutions, including Adobe Experience Manager (CQ). http://help-forums.adobe.com/ This forum is now...
View ArticleHow to build a custom multifield component?
How to build a custom multifield component, having a text and a path field in each new entry?
View ArticleRe: Page impressions from multiple publish servers
You can configure where it points by changing this config/libs/wcm/core/config.publish/com.day.cq.wcm.core.stats.PageViewStatisticsImpl see this page for details...
View ArticleRe: Page impressions from multiple publish servers
oops I miss understood. I see your point. It would depend on your replication architecture as to which node you want to point it. Your right will get auth issues if you try to point cross server in...
View ArticleReport framework requires at least one grouped column
A Report requires at least one grouped column, otherwise finish button will lead to "The report doesn't contain grouped columns".Is it possible to configure a report not to require grouping?
View ArticleRe: Report framework requires at least one grouped column
Oliver-2012 wrote: A Report requires at least one grouped column, otherwise finish button will lead to "The report doesn't contain grouped columns".Is it possible to configure a report not to require...
View ArticleRe: Report framework requires at least one grouped column
I created a new report (Page Activity Report) from the Tools/Reports console. I added two columns (Page and Type) and tried to click on "Finish" -> error as described. Then I created my own report...
View ArticleRe: Report framework requires at least one grouped column
Oliver-2012 wrote: I created a new report (Page Activity Report) from the Tools/Reports console. I added two columns (Page and Type) and tried to click on "Finish" -> error as described. Then I...
View ArticleRe: Report framework requires at least one grouped column
Hi Eddie, I am so sorry - I was sure to start a CQ5 thread...CF is of course a total different story...
View ArticleRe: Report framework requires at least one grouped column
Moving the discussion to Adobe CQ forum. Regards,Anit Kumar
View ArticleRe: How to capture comments and read in next participent steps in Workflow?
Thanks Sham appriciate it !This helped speed up, almost half a days effort saved.
View ArticleRe: How to capture comments and read in next participent steps in Workflow?
had to write Java process for the sameJust in case somebody wants a java version of the answer Sham mentioned aboveplease feel free HistoryItem previousHistoryItem;String stepType; this.workItem =...
View ArticleTrail version of CQ5
I want to get a trail version fro CQ5 , Is there any way to get It? Please any body can help me on this.CQ5 Trial
View Articlehow to determine Dispatcher is working with CQ5 Publish instance.?
Hi all create author and publish instance for CQ5 site, when author modify any content over the site these are replicated on publish instance successfully, now i want to use dispatcher so for this i...
View ArticleRe: i18n value in sling include
There is a workaround noted in this new thread: For CQ5.6, just edit your org.apache.sling.i18n.impl.I18NFilter.config, adding the following line (without spaces):sling.filter.scope=["REQUEST","ERROR"]
View ArticleRe: package manager resolves to incorrect address on welcome screen
As admin you can modify the sling:target= property within /libs/cq/core/content/welcome/features/packages node to point to /crx/packmgr/index.jsp instead of /crx/packmgr/ using CRXDE.
View Article