How to access CRXDE Lite | Community
Skip to main content
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 ogill

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

6 replies

gautama72225961
New Participant
October 16, 2015

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

ogillAccepted solution
Employee
October 16, 2015

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

New Participant
October 16, 2015

I found thanks!

JK_Kendall
New Participant
October 16, 2015

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

New Participant
October 16, 2015

Yes mate the following link works,

http://localhost:8080/welcome

But how to access CRXDE Lite.

Employee
October 16, 2015

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.