Expand my Community achievements bar.

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

  • 3/1/16
    Hi,I have noticed that any personalized content takes time to load (AEM 6.1). I believe this is because there is a front-end JS logic where segments are resolved first and then the campaign is loaded based on resolved segment and this process takes time.But there is huge delay even before the Client...

    Views

    823

    Likes

    0

    Replies

    5
  • 3/1/16
    Hi everyone, AEM 6.1. Service Pack 1 installed We are having diskspace problems on our authoring instance. It uses up to twice as much diskspace as the publish instance. The content of the website should only take up to 3-4 GB, but the repository is way bigger.We migrated the content to a new instan...

    Views

    1.7K

    Likes

    0

    Replies

    3
  • 3/1/16
    Hi,I have the need to control the expiration time of login-token cookie in AEM 6.1 using oak2 as the repository.Referring http://jackrabbit.apache.org/oak/docs/security/authentication/tokenmanagement.html I understand that it could possibly be done by a Custom token provider, so I am looking for an ...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 2/29/16
    I am having some trouble on using a Jquery function my js file inside my clientLib folder. Inside my js file the code that I used was:$(document).ready(function(){ alert("test") $('.storeLocatorFormSubmit').click(function(){ alert("Hello world"); }); });and then stumbled on a question on Stackoverfl...

    Views

    2.6K

    Likes

    0

    Replies

    7
  • 2/29/16
    Hi All,When we tried to hit the URL with appending - '/' like:- http://<>*.mp4/ for the first time, request goes to the CQ and gives the error, but in this process dispatcher is creating folder with *.mp4. and as usual next subsequent requests will give errors as it tries to fetch from the cache.Wha...

    Views

    574

    Likes

    0

    Replies

    1
  • 2/29/16
    Dear Community,I have a sampleToolboxConfigurationPresenter class for my Toolbox configuration, as below:public class sampleToolboxConfigurationPresenter extends samplePresenter {    private final Dao<sampleToolboxConfigurationDto> dao = new GenericSlingDao<sampleToolboxConfigurationDto>(sampleToolb...

    Views

    1.6K

    Likes

    0

    Replies

    7
  • 2/29/16
    I use 'nohup /home/daycq/start_cq_author.sh &' command to start author. It was working fine until there was a hard reboot on Linux VM. After that, I see following entries in nohup.outStarting Primary AEM instance.          Running checks on the app every 60 seconds to determine when initialization i...

    Views

    870

    Likes

    0

    Replies

    2
  • 2/29/16
    I want the pages of my site to be shortened like this:Original URL: www.mysite.com/content/my-site/en/home.htmlShortened URL: www.mysite.com/home Reading "SEO and URL Management Best Practices" document it states that:"The SlingResourceResolver can be found at /system/console/config on any AEM insta...

    Views

    3.8K

    Likes

    0

    Replies

    3
  • 2/29/16
    When I go to design mode and update the logo image, the image displayed is quite small as compared to its original size. Also if I clear the new uploaded logo image, then it displays the default logo rather than displaying a blank image. Can anyone let me know how is that working?  I have also gone ...

    Views

    669

    Likes

    0

    Replies

    1
  • 2/28/16
    Hi,I am new to AEM. I am working with v6.0. I have created a custom column control using bootstrap. It allows the content author to configure the number of columns he needs and the proportion of each column (ex: Column: 3, Ratio:4:4:4). I have created a custom client library to use bootstrap css fil...

    Views

    1.1K

    Likes

    0

    Replies

    6