Convertigo Public Knowledge base

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:

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

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

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

 

(c) Convertigo 2023 https://www.convertigo.com