All users
Create a configuration file
Create the editor configuration file which must have the following name: webeditor.configuration.properties
This file is used to store some configurations like where the projects generated in the editor should be stored etc...
In the just created file enter the location where you would like to store the projects that will be saved and imported:
Of course, replace /home/user/path/projects with an existing path on your computer/server that will contain every projects created in the editor. Note: this path has to be absolute, a relative path won't work
Apache Tomcat users
- Edit the context.xml file located in ??
- Enter a new parameter that specifies the absolute path to the editor configuration file (webeditor.configuration.properties created in previous step) as such:
- Restart tomcat to load the new configuration