Expand my Community achievements bar.

SOLVED

Forbidden Cannot serve request to /content/dam/ in org.apache.sling.servlets.get.DefaultGetServlet

Avatar

Level 2

i'm new in ADOBE CQ5, i have configure AEM successfully now, i'm creating demo site using CRXDe, i create my web site folder in following directory :

/apps/mywebsite

and also create my website directory in Tools/Design/MyWebsite

i want to add static css class using DAM i'm using this path usinghttp://localhost:4502/content/dam/ , then it's give an error:

Forbidden Cannot serve request to /content/dam/inorg.apache.sling.servlets.get.DefaultGetServlet

here i want to provide access using WebDAV, i'm following this article:

http://docs.adobe.com/docs/en/aem/6-0/administer/content/webdav-access.html

i try it but couldn't fix this issue, can anyone suggest me what i'm missing. Thanks in advance

1 Accepted Solution

Avatar

Correct answer by
Level 10

You do not place CSS files in the DAM. CSS/JS files go into clientlibs. See this AEM doc topic:

http://docs.adobe.com/docs/en/cq/current/developing/clientlibs.html

DAM stores digital assets such as videos and graphics. We have many articles and documentation on how to use DAM.

For more information about the DAM -- see:

http://wem.help.adobe.com/enterprise/en_US/10-0/wem/dam/dam_documentation.html

This one talks about how to upload files to the DAM:

http://helpx.adobe.com/experience-manager/using/uploading-files-aem1.html

this one talks about how to upload batch files to the DAM:

http://helpx.adobe.com/experience-manager/using/multiple-digital-assets.html

To learn how to develop a component that uses DAM assets - see this article. It uses DAM assets and JQuery to build an AEM component that builds an engaging experience:

http://helpx.adobe.com/experience-manager/using/creating-gallery-components.html

You do not need to use WebDev to place files in the dam either. You can do it from the UI or code (as shown in the above articles). But, as I stated at the beginning - do not store CSS files in the DAM. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You do not place CSS files in the DAM. CSS/JS files go into clientlibs. See this AEM doc topic:

http://docs.adobe.com/docs/en/cq/current/developing/clientlibs.html

DAM stores digital assets such as videos and graphics. We have many articles and documentation on how to use DAM.

For more information about the DAM -- see:

http://wem.help.adobe.com/enterprise/en_US/10-0/wem/dam/dam_documentation.html

This one talks about how to upload files to the DAM:

http://helpx.adobe.com/experience-manager/using/uploading-files-aem1.html

this one talks about how to upload batch files to the DAM:

http://helpx.adobe.com/experience-manager/using/multiple-digital-assets.html

To learn how to develop a component that uses DAM assets - see this article. It uses DAM assets and JQuery to build an AEM component that builds an engaging experience:

http://helpx.adobe.com/experience-manager/using/creating-gallery-components.html

You do not need to use WebDev to place files in the dam either. You can do it from the UI or code (as shown in the above articles). But, as I stated at the beginning - do not store CSS files in the DAM.