From e3503267f5a495ab915043e8f38f7ff14bbac12e Mon Sep 17 00:00:00 2001 From: Mario Ricalde <125900+MarioRicalde@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:01:34 -0600 Subject: [PATCH] fix: missing permissions command added Without this Tomcat can't read the file and won't load it. --- .../installing-apache-guacamole-on-ubuntu-and-debian/index.md | 4 ++++ 1 file changed, 4 insertions(+) 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