Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
As per this article - https://helpx.adobe.com/experience-manager/kb/DisableLinkChecker.html to disable link checker in AEM we need to follow these steps -
Disable all link checking by configuration
I want to include disabling link checker as a part of my AEM server's deployment/setup script. Is there a way to do this using cURL?
Thanks
Solved! Go to Solution.
Hi,
I was checking if something can be done from JMX but no operations are define there for link checker.
I would suggest create a sling servlet which will be called via CURL.
This servlet will change configuration and will delete the node.
View solution in original post
You can add OSGI config based on your run mode to disable. Which can be in source code and will be part of code deployment.
Views
Likes
Replies