diff --git a/docs/guides/applications/remote-desktop/installing-apache-guacamole-on-ubuntu-and-debian/index.md b/docs/guides/applications/remote-desktop/installing-apache-guacamole-on-ubuntu-and-debian/index.md index 992cf1cd65..acbc64c50a 100644 --- a/docs/guides/applications/remote-desktop/installing-apache-guacamole-on-ubuntu-and-debian/index.md +++ b/docs/guides/applications/remote-desktop/installing-apache-guacamole-on-ubuntu-and-debian/index.md @@ -80,6 +80,10 @@ This guide is written for a non-root user. Commands that require elevated privil sudo mv guacamole-1.3.0.war /var/lib/tomcat9/webapps/guacamole.war +1. Update permissions for the file to be loaded by tomcat. + + sudo chmod g+r,o+r /var/lib/tomcat9/webapps/guacamole.war + 1. Restart both Apache Tomcat and Guacd. sudo systemctl restart tomcat9 guacd