Tomcat8 Apache Guacamole Web客户端未显示任何连接

Tomcat8 Apache Guacamole Web客户端未显示任何连接,tomcat8,guacamole,Tomcat8,Guacamole,我已经用AD认证和Postgres设置了ApacheGuacamole;一切似乎都是正确的,但我无法看到任何按钮来创建任何连接。有人知道如何解决这个问题吗 我初始化了数据库 日志显示成功的连接 我在属性文件中使用了一个主数据库帐户来解决任何权限问题 桌子摆好了。 我看不到任何联系。任何人都知道如何解决这个问题 数据库表: Schema | Name | Type | Owner --------+------------

我已经用AD认证和Postgres设置了ApacheGuacamole;一切似乎都是正确的,但我无法看到任何按钮来创建任何连接。有人知道如何解决这个问题吗

  • 我初始化了数据库
  • 日志显示成功的连接
  • 我在属性文件中使用了一个主数据库帐户来解决任何权限问题
  • 桌子摆好了。 我看不到任何联系。任何人都知道如何解决这个问题
数据库表:

Schema |                 Name                  | Type  | Owner  
--------+---------------------------------------+-------+--------
 public | guacamole_connection                  | table | master
 public | guacamole_connection_attribute        | table | master
 public | guacamole_connection_group            | table | master
 public | guacamole_connection_group_attribute  | table | master
 public | guacamole_connection_group_permission | table | master
 public | guacamole_connection_history          | table | master
 public | guacamole_connection_parameter        | table | master
 public | guacamole_connection_permission       | table | master
 public | guacamole_entity                      | table | master
 public | guacamole_sharing_profile             | table | master
 public | guacamole_sharing_profile_attribute   | table | master
 public | guacamole_sharing_profile_parameter   | table | master
 public | guacamole_sharing_profile_permission  | table | master
 public | guacamole_system_permission           | table | master
 public | guacamole_user                        | table | master
 public | guacamole_user_attribute              | table | master
 public | guacamole_user_group                  | table | master
 public | guacamole_user_group_attribute        | table | master
 public | guacamole_user_group_member           | table | master
 public | guacamole_user_group_permission       | table | master
 public | guacamole_user_history                | table | master
 public | guacamole_user_password_history       | table | master
 public | guacamole_user_permission             | table | master
(23 rows)
没有可用的连接按钮来创建新连接

如果您已经导入了鳄梨酱中所有可用的
sql
文件,那么默认情况下,它将为您创建一个包含以下详细信息的管理员用户

username: guacadmin  
password: guacadmin
登录后,您将看到空连接屏幕(如上所示)

要创建新连接,请单击右上角的用户名(将出现一个子菜单),单击设置

您将在此处看到几个选项卡。要创建连接,请转到“连接”选项卡,然后单击“新建连接”按钮。