In the created file enter the location where you would like to store the projects that will be saved :
{code}
PROJECTS_DIR = path/projects
{code}
h2. Apache Tomcat users
# Edit the context.xml file located in ??
{code}
{tomcat.home}/conf/}
{code}
# Enter a new parameter that specifies the absolute path to the editor configuration file (webeditor.configuration.properties created in previous step) as such:
{code}
<Parameter name="WEBEDITOR_CONFIG_PATH" value="absolutepath/to/my/webeditor.configuration.properties" override="true"/>
{code}
# Restart tomcat to load the new configuration