Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/15/18
    Hi Community,I have a requirement to use google cloud storage (CDN) to store the AEM pages when ever the page is published to publisher environment. How can i achieve this? Whenever the page is published the already exisiting page must be updated and if a new page is published this page has to be ad...

    Views

    2.7K

    Likes

    0

    Replies

    9
  • 5/15/18
    Is it possible, when activating a page via a Workflow, create a version but use a custom Label and Description?  By default my understanding is that when you run a page through a Workflow and Activate the page then a version is automatically created but auto increments the version label (#) and does...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 5/15/18
    Hi,I would like to know the steps and challenges to implement HTTP2 in our new AEM 6.4 environment.Recently we are moving to AEM6.4 and decided to use HTTP2 for our websites.Our target architecture would be like below one.Details:--------------1)Dispatcher Server:Linux 3.10.0-693.11.6.el7.x86_64 #1 ...

    Views

    1.1K

    Likes

    3

    Replies

    2
  • 5/15/18
    Hi All,We are using Google cloud for all our application and now we want to use Google cloud bucket to directly integrate with AEM. I have found similar documentation for Amazon s3 (Configuring node stores and data stores in AEM 6 ). We want to use cloud storage as we have large amount of asset 15TB...

    Views

    1.3K

    Like

    1

    Replies

    1
  • 5/15/18
    Could you please tel me maximum versions maintained by AEM ?

    Views

    2.9K

    Likes

    2

    Replies

    8
  • 5/15/18
    I need to add three custom fields like URL field in edit profile section in USER PROFILE component.I have written three classes.Following are the classes' details:1) Interface BlogUserProfile.java extends SocialComponent2) Class BlogUserProfileComponentFactory.java extends extends AbstractSocialComp...

    Views

    2.5K

    Likes

    0

    Replies

    7
  • 5/15/18
    Has anyone worked on IBM Websphere integration with AEM 6.4 ? How feasible is it to re-use the e-commerce components in AEM.What all challenges have you come across while integrating this?

    Views

    766

    Likes

    0

    Replies

    1
  • 5/15/18
    Hi All,I am trying to add a Java component bean to an AEM 6.3 component in Eclipse.I have added the following Java class to the "core" section in the Eclipse project :-package test;import com.adobe.cq.sightly.WCMUsePojo;public class TestComponentBean extends WCMUsePojo{    @Override    public void a...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • 5/14/18
    Hi Folks,I am upgrading AEM 5.6 to 6.3 and encountered some this issue along the way.Below is the command I used to initiate the upgrade.java -server -Xmx4096m -XX:MaxPermSize=512M -Djava.awt.headless=true -Dsling.run.modes=author,crx3,crx3tar,nosamplecontent -Doak.queryLimitInMemory=1000000 -Doak.q...

    Views

    2.3K

    Likes

    0

    Replies

    2
  • 5/14/18
    Hello.I have a doTag() method where resource resolver is derived using:     SlingHttpServletRequest request = (SlingHttpServletRequest) pageContext.getRequest();             resRsolvr = request.getResourceResolver();When am trying to close the resRsolvr object, My component never works.May I know ho...

    Views

    1.9K

    Like

    1

    Replies

    2