내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM linkchecker

Avatar

Level 7

Hi Team,

I'm trying to find out the broken links in my site using com.day.cq.rewriter.linkchecker.LinkInfoStorage.getLinks() but it is giving only returning the external links. I need the internal broken links also. Please let me know how can I find them using any of AEM API. Please let me know how LinkInfoStorage's getLinks() work. Why is it not returning the broken internal links?

Please help me in this.

Thanks,

AryA

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi,

The link checker (com.day.cq.rewriter.linkchecker.LinkInfoStorage.getLinks()) checks the store link status at /var/linkchecker/

for internal links, link should be stored at

/var/linkchecker/http/localhost%3A4502

/var/linkchecker/https/localhost%3A4502

Link status you can check here also:

http://localhost:4502/etc/linkchecker.html

http://localhost:4502/var/linkchecker.list.json?_dc=1563485414669

you can get the staus of links using json also.

Arun Patidar

AEM LinksLinkedIn

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi,

The link checker (com.day.cq.rewriter.linkchecker.LinkInfoStorage.getLinks()) checks the store link status at /var/linkchecker/

for internal links, link should be stored at

/var/linkchecker/http/localhost%3A4502

/var/linkchecker/https/localhost%3A4502

Link status you can check here also:

http://localhost:4502/etc/linkchecker.html

http://localhost:4502/var/linkchecker.list.json?_dc=1563485414669

you can get the staus of links using json also.

Arun Patidar

AEM LinksLinkedIn