Skip to main content
Skip table of contents

Read/Write access rights for the Convertigo Server Workspace

Convertigo uses the access rights of the user starting the Tomcat process.

With the Docker image, UID:GID is 1000:1000 by default.

If you start the Tomcat process by yourself the UID:GID used is your own user account.

There is no need to set 777 access rights everywhere on the workspace folder, you just have to verify this is the correct user account that is owner of the workspace’s files or you can force it using:

CODE
sudo chown -R 1000:1000 /appli/convertigoWS/

You can check access rights of a project by typing following command in the Convertigo Server:

CODE
ls -lh /appli/convertigoWS/projects/<your_project_name>/

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.