Hi,I need to configure IBM HTTP server with Dispatcher. I tried google it but didn't found any blog related to it. Could you please help me regarding this? Thanks & Regards,Himanshu
Hi Guys,I would like to change cq error log level to INFO, due to it always printed WARN log in error.log file. I would like to see more info.I can only see there is one configruation (org.apache.pdfbox) on osgi console that configues error.log file. But If I change it to INFO level it looks not use...
Hi All,As per the documentation[0], we can create/register sling servlet in 4 ways.1) Using Sling Annotation (@Slingservlet).2) The @Properties and @Property annotations3)Registration by Path4) Registration by Resource TypeCould you please let me know what is the difference between those? Advantage...
I have a dialog content which as a lot of data to author, where the author needs to scroll a lot inside a dialog itself. i want to avoid the scrolling and to provide a collapse and expansion options at field level. Can any one guide me how i can achieve a Dialog widget level (multi composite field g...
Hi Friends,I came across a scenario in AEM6.1 author instanceThere was a MCaffe patch update pushed to my system and there was an abrupt shout down of my system after which when I start running my AEM author instance I am getting the below error~HTTP ERROR: 503Problem accessing /. Reason: Authent...
TEam, anyone worked on sightly with react ? Need to know that how much feasible is it and what could be pros n cron for this?Please share any working example or any reference for the same.
Hi All, I am trying out the creation and assignment of Badges to Forums and Resources in AEM communities 6.2. As the things have changes for communities in this version. I am facing difficultly doing this. Can anyone help with this.ThanksAfshan
Hi All,I am facing issue in session.logout. My code calls one method frequently, first time it runs successfully, next time it says session is closed. below is the finally clause for my method. Shall i not logout the session? Actually i don't want to leave the session in open state, if i have to kee...
Hi,I want to add the below property programatically:Name: jcr:mixinTypesType: Name[]Value: cq:LiveRelationship, cq:LiveSync, cq:LiveSyncCancelledI am using JCR API but when I create this property, it is adding this property type as string[] not Name[]. Can anyone help me to resolve this issue?Thanks...