Per default, CRX will be installed in a folder named crx-quickstart located in the JVM's root folder. In order to change the default crx-quickstart installation folder, follow these steps. In this example the default installation folder will be prefixed with my_custom_path : extract the default crx-xxx-quickstart.jar with ' java -jar crx-xxx-quickstart.jar ' in a temporary location navigate to crx-quickstart/server/webapps unzip crx-explorer_crx.war to crx-explorer_crx edit crx-explorer_crx/WEB-INF/web.xml locate servlet with name Repository and adjust the value of the repository-home parameter to my_custom_path/crx-quickstart/repository locate servlet JCRExplorer and adjust value of parameter explorer-home to my_custom_path/crx-quickstart/repository locate servlet JCRWebdavServer and change value of parameter home to my_custom_path/crx-quickstart edit crx-explorer_crx/WEB-INF/log4j.xml adapt the path of t...
Tech Blog to share the technical knowledge