2021年 2月
guacamoleをCentOS7にインストールする。postgresqlの設定がしんどい
位置関係がわかりずらいが以下の通り配置でOK
/etc/guacamole/guacamole.properties
/etc/guacamole/extensions/guacamole-auth-jdbc-postgresql-1.3.0.jar
/usr/share/java/tomcat/postgresql-9.2-1004.jdbc41.jar
/etc/guacamole/guacamole.properties の中身は
postgresql-hostname: 127.0.0.1
postgresql-port: 5432
postgresql-database: guacamole_db
postgresql-username: guacamole
postgresql-password: guaca_password