On Wed, Jun 5, 2024 at 11:16 AM wirnwta54kxngyzo <wirnwta54kxng...@proton.me.invalid> wrote:
> I have the JDBC driver in /etc/guacamole/lib . > > /etc/guacamole# tree > . > ├── extensions > │ ├── guacamole-auth-jdbc-postgresql-1.5.5.jar > │ ├── guacamole-auth-ldap-1.5.5.jar > │ └── guacamole-auth-totp-1.5.5.jar > ├── guacamole.properties > ├── guacd.conf > ├── lib > │ └── postgresql-42.7.3.jar > └── user-mapping.xml > > Okay, a couple of more follow-up questions to this: * Have you verified that the JAR is complete/valid (checksum, or "unzip -l postgresql-42.7.3.jar") to see if some did not get downloaded or transferred correctly? * Are permissions on this JAR file set such that your Tomcat instance can access that file? * Have you restarted Tomcat? * Have you tried a different vision of the driver? -Nick