Set folders which should be loaded by CRXDE | Community
Skip to main content
Level 3
October 16, 2015
Solved

Set folders which should be loaded by CRXDE

  • October 16, 2015
  • 2 replies
  • 836 views

How can I set up which folders are loaded by the CRXDE(normal, not lite)? I want to load these folders
 

/apps /etc /libs /content

but the CRXDE loads only
 

/apps /etc /libs
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 smacdonald2008

How to modify the set of repository paths exported to CRXDE using the CRX Content Explorer:

1. Navigate to http://localhost:4502/crx.

2. Login if you have not already logged in.

3. Select the Content Explorer.

4. In the Content Explorer, navigate to /etc/crxde/profiles/default

5. Modify the crxde:paths property by adding desired paths. (e.g., /content)

6. Click the green check mark.

7. Save All.

2 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

How to modify the set of repository paths exported to CRXDE using the CRX Content Explorer:

1. Navigate to http://localhost:4502/crx.

2. Login if you have not already logged in.

3. Select the Content Explorer.

4. In the Content Explorer, navigate to /etc/crxde/profiles/default

5. Modify the crxde:paths property by adding desired paths. (e.g., /content)

6. Click the green check mark.

7. Save All.

smacdonald2008
Level 10
October 16, 2015

This is not a documented use case -- i am looking into how this can be performed.