Expand my Community achievements bar.

SOLVED

How to access CRXDE Lite

Avatar

Level 2

How to access CRXDE Lite. I want to create a new Dictionary. I tried the link(http://localhost:8080/crxde/) as shown in the below link but not working. Please help.

https://docs.adobe.com/docs/en/crx/2-2/developing/development_tools/developing_with_crxde_lite.html

1 Accepted Solution

Avatar

Correct answer by
Employee

http://localhost:8080/crx/de/index.jsp

does http://localhost:8080/welcome work? It is always a good place to see the available UI's

View solution in original post

6 Replies

Avatar

Level 1

I guess You are using AEM version 6 or 6.1. The following works here

http://localhost:<port>/crx/de/index.jsp

But    http://localhost:<port>/crxde/     works with earlier versions, like 5.5, 5.6.x

Avatar

Correct answer by
Employee

http://localhost:8080/crx/de/index.jsp

does http://localhost:8080/welcome work? It is always a good place to see the available UI's

Avatar

Level 9

To state the obvious, you must be signed in with administrator privileges to access CRXDE Lite.

See also http://docs.adobe.com/docs/en/aem/6-1/develop/dev-tools/developing-with-crxde-lite.html

- JK

Avatar

Level 2

Yes mate the following link works,

http://localhost:8080/welcome

But how to access CRXDE Lite.

Avatar

Employee

Any user with an account in the AEM(usually we are talking about the author instance) can access CRXDE Lite, what they can do and see will vary on their permissions and privileges.

In the above page, higher level admin tasks are being performed, hence the requirement to log in with admin.

Regards.