Hi , I have 2 domains and how to handle the same in acs common error handler. each domain has a separate 404 page. Currently i have set to one of the error page. Please could you suggest how it could be done. The setting i have done in acs common is I am using the below error handler for 404 page...
I get an exception when starting the server on an already installed bundle osgi.wiring.package=com.day.cq.wcm.apiIt looks like the bundle is started after the com.day.cq.wcm.api bundle is started or initialized. If the instance is started, I can upload my bundle without any problem.
Hi All, I am invoking a tag lib with slingRequest object in which i have the following code import com.day.cq.wcm.api.Page; public class Temp extends SimpleTagSupport{ public static String getValue(SlingHttpServletRequest request){ LOG.info("Resource Path is {}",request.getResource()); Pa...
I used Package Manager to download the content from Adobe CQ5 and imported it to the test server. Also downloaded and uploaded Digital Assets.The question is how do I get the webpages? After the content was imported I don't see in WCM any pages of the project.
Hi, I need to implement some reporting functionalities (or enhance already existing standard reports in AEM). I am looking at this Adobe document on developing reports - https://docs.adobe.com/docs/en/aem/6-1/develop/operations/dev-reports.html - and I was wondering two things:1. Where is the "User...
We are running CQ 5.6.1 with CQ Social Communities package 1.4.205. We have configured our Forum email notification as it is described in the Adobe docs [1]. We have also created our own ForumEventEmailBuilder that extends AbstractEmailBuilder. We have disabled the out of the box com.adobe.cq.soc...
Hi, I've seen your discussions in https://forums.adobe.com/thread/1127899 regarding the same. I'd already tried adding 'tel:' to 'Special Link Prefix' in CQ Link Checker Service configuration. I've also tried adding x-cq-linkchecker="skip" to the <a> tags. I'm using AEM6. I'm using a sightly templat...
Hello!Is it somehow possible to make them not accessible in production environments? What's the best solution?- Delete the non-minified version of the js scripts?- Add a rule at dispatcher level that blocks js files requests not containing "min" in the URL? Thank you!
I have created a new workflow using public class MyProcess implements WorkflowProcess { }i have overridden public void execute(WorkItem item, WorkflowSession session, MetaDataMap args) throws WorkflowException { }this method and able to get payload when an asset gets uploaded.However I want to acces...
Hi All,In CQ5 6.1 , trying to use fuzzy search of course that gives better result but query execution time is way higher than keyword search Here is example.With fuzzy search keyword “mp0f”04.08.2015 12:44:55.383 *INFO* [0:0:0:0:0:0:0:1 [1438706694906] GET /content/abc/search-results.html HTTP/1.1] ...