I just stopped Apache and opened up port 8080 on the OS firewall, and I still get the same error. I restarted guacd and tomcat too, and still the same. I read online that you get that error when a default page can't be found (like index.html, index.php, etc.). I install Guacamole using an Ansible playbook via a role we found on galaxy.ansible.com, so is it possible that something is missing? For reference, here's the /etc/guacamole directory on the server:
[[email protected] /etc/guacamole]#tree . ├── extensions │ ├── guacamole-auth-jdbc-mysql-1.5.2.jar │ ├── guacamole-auth-ldap-1.5.2.jar │ └── tsose.jar ├── guacamole.properties ├── guacamole.war └── lib 2 directories, 5 files And here's /var/lib/tomcat/webapps: [[email protected] /var/lib/tomcat/webapps]#ll total 0 lrwxrwxrwx. 1 root root 28 Jul 27 14:41 guacamole.war -> /etc/guacamole/guacamole.war Thanks, Harry -----Original Message----- From: Ivanmarcus <[email protected]> Sent: Thursday, July 27, 2023 5:27 PM To: [email protected] Subject: Re: Issue with new test installation Harry, Given you're testing this, can you briefly expose Tomcat directly to your LAN in order to see if things are working correctly from there? It seems to me that eliminating, or determining, the Apache proxy (or something else) as the cause of the issue would be a good start. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
