Hi,We are using out of the box "Sling Authenticator service" for login , Can someone tell me how do i make sure that session never times out? Any configuration? @SlingServlet(paths = "/bin/tnt/login", extensions = "html")public class LoginServlet extends SlingAllMethodsServlet {private static final...
Hi all , I have a query , currently linkchecker lists all links from /etc/linkchecker. If i want my checker to check in my website , where to pass content path and how to achieve it ?Basically i want to check in a particular website and list all valid and invalid links. How to achieve it?Thanks in a...
Hi Need your suggestions :-) We are doing an SSO implementation in AEM 6.0.The customer have their home-grown login application. AEM (through Dispatcher ) will be protected by the Siteminder so any user request will be taken to their custom Login page and post-successful login the return request b...
we had this working in 5.6:{ "jcr:primaryType": "sling:Mapping", "jcr:createdBy": "admin", "jcr:created": "Thu Jun 12 2014 21:19:45 GMT-0400", "sling:match": "55.55.55.55.4503", "sling:internalRedirect": "/content/oursite" }I would have expected that if we access: http://55.55.55.55:4503/en/home.htm...
Hi,I have created a custome group and user in AEM 6.0, have given permission similar to user-administrators group. Then i have logged into system with custom user.Getting access denied exception in below scenarios with custom user1. Creating group/user2. Adding existing user to another group "org.ap...
I have started my instance using the following command line java -Xms1024m -Xmx2024m -XX:MaxPermSize=256M -jar cq-author-4502.jar -debug 30303 -nofork -guiIf I select "connect to server in runmode " Ithe localhost server in the AEM perspective shows [Synchronized] next to it. However from the AEM pe...
Hi,I have been asked to build our AEM 6.0 commerce integration against the latest 6.1 beta code (601_Load_19), but I am having some trouble with it and was wondering if anyone could help me with some settings?The error that I am getting when I try to build our plugins is:Failed to execute goal org.a...