Tag is not getting created inside /content/cq:tags in aem 6.4 | Community
Skip to main content
AdobeID24
Level 5
April 26, 2020
Solved

Tag is not getting created inside /content/cq:tags in aem 6.4

  • April 26, 2020
  • 3 replies
  • 5134 views

I tried with miscadmin 

I tried with tagging option in new aem touch ui way . 

 

In both cases it is getthing created under etc/tags by defualt

 

while creation it is giving tag path etc/tag by default ..not giving option to chnage it to /content/cq:tags

 

P.S. I know reading it in java is not problem becaue watever path whether etc or conetnt it wil handle .But how to create tag inside /content/cq:tags in aem ..any new tag .

 

Please let me know the procedure to create tag in aem 6.4 which will get saved inside /content/cq:tags instead of saving inside etc/tags.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

AEM 6.4 and newer will fall back to /etc/tags if this directory exists and at least one tag or namespace exists there. So as a test rename /etc/tags to something different, restart AEM and then /content/cq:tags is used.

 

Jörg

3 replies

nidhip010816
Adobe Employee
Adobe Employee
April 26, 2020

Hello,

I checked on latest AEM 6.4.8.0. Tags are getting created in /content/cq:tags - 

 

 

 

 

Warm Regards,

Nidz

arunpatidar
Community Advisor
Community Advisor
April 26, 2020

I checked in AEM 6.4 Vanilla instance, I am getting /content/cq:tags as the base path.

chek the tags path url, the root location is based on suffix.

/libs/cq/tagging/gui/content/tags/createtag/jcr:content/body/items/form/items/wizard/items/createStep/items/fixedColumns/items/fixedColumn1/items/sourcePath

Arun Patidar
joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
April 26, 2020

AEM 6.4 and newer will fall back to /etc/tags if this directory exists and at least one tag or namespace exists there. So as a test rename /etc/tags to something different, restart AEM and then /content/cq:tags is used.

 

Jörg