Log in to CRXDE Lite by accessing http://[server]:[port]/lc/crx/de/index.jsp.
The generic steps to perform any customizations are:
Log in to CRXDE Lite by accessing http://[server]:[port]/lc/crx/de/index.jsp.
Create a folder named ws at /apps, if it does not exist. Click Save All.
Browse to /apps/ws, and navigate to the Access Control tab.
In the Access Control list, click + to add a new entry. Click + again.
Search and select the PERM_WORKSPACE_USER Principal.
Give jcr:read privilege to the Principal.
Click Save All.
Copy the GET.jsp and html.jsp files from the /libs/ws folder to the /apps/ws folder.
Copy the /libs/ws/locales folder in the /apps/ws folder. Click Save All.
Update the references and relative paths in the GET.jsp file, as shown below, and click Save all.
<meta http-equiv="refresh" content="0;URL='/lc/apps/ws/index.html'" />
Do the following for CSS customizations:
<link lang="en" rel="stylesheet" type="text/css" href="css/style.css" /> <link lang="en" rel="stylesheet" type="text/css" href="css/jquery-ui.css"/>
to
<link lang="en" rel="stylesheet" type="text/css" href="../../libs/ws/css/style.css" /> <link lang="en" rel="stylesheet" type="text/css" href="css/newStyle.css" /> <link lang="en" rel="stylesheet" type="text/css" href="../../libs/ws/css/jquery-ui.css"/>
Place the entry of the user-defined CSS file after the entry of newStyle.css, as shown above.
In the /apps/ws/html.jsp file, change from
<script data-main="js/main" src="js/libs/require/require.js"></script>
to
<script data-main="js/main" src="../../libs/ws/js/libs/require/require.js"></script>
Do the following:
Do the following for HTML customizations:
Click Save All, clear cache, and refresh HTML Workspace.
Access the URL http://[server]:[port]/lc/ws and log in with administrator/password credentials. The browser redirects to http://[server]:[port]/lc/apps/ws/index.html.
Sign in to your account