The following is copied from http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_domains.html#The%20Web%20Server%20Rewrites%20Incoming%20URLs, describing the needed configs in the dispatcher.any file:The /virtualhosts property must include the ServerName values for the all VirtualHost de...
Hi, are the tweaks that you mentioned not documented here? http://docs.adobe.com/docs/en/dispatcher/disp-ssl.htmlIf not, if you tell me what you did I can see about adding the information to that page. thanks,scott
I haven't used that tutorial, but the AEM docs has information on creating stores and interacting with them:http://docs.adobe.com/docs/en/aem/6-0/develop/personalization/client-context.html#Extending Client Contexthttp://docs.adobe.com/docs/en/aem/6-0/develop/personalization/client-context.html#Inte...
AEM newbie wrote... Hi, I have included the client context in the body.jsp of the basepage. Is there anything else I need to do to make CQ_Analytics object available ? From http://docs.adobe.com/docs/en/aem/6-0/develop/personalization/client-context.html#Adding Client%20Context%20To%20A%20Page:To i...
If the values only need to be displayed on loading and not updated during the lifetime of the page, I would use the component JSP to obtain the properties. Otherwise you could create a servlet that does what you want and call it using Javascript.
vikramca06 is right.To find the required dependency, in the web console click Main > Packages (http://localhost:4502/system/console/depfinder), then search for your class. In your case it returns<dependency> <groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.ui.commons</artifactI...
Make sure you have selected your report suite (in the framework) and the correct data center.Here are the docs: http://dev.day.com/docs/en/cq/current/administering/integrating_with_adobe_marketing_cloud/sitecatalyst.htmlhth,scott