作为 Apache Guacamole 设置的一部分,您为扩展/配置文件等创建一个 GUACAMOLE_HOME 目录
我用了/etc/guacamole
然后我导出了export GUACAMOLE_HOME=/etc/guacamole
和chmod 0777 /etc/guacamole -R
该printenv
命令显示变量GUACAMOLE_HOME=/etc/guacamole
但是,当我启动 Tomcat7 服务时,它会忽略 GUACAMOLE_HOME 中的 guacamole.properties 文件:
16:33:56.389 [localhost-startStop-1] INFO
o.a.g.environment.LocalEnvironment - No guacamole.properties file
found within GUACAMOLE_HOME or the classpath. Using defaults.
16:33:57.013 [localhost-startStop-1] INFO
o.a.g.environment.LocalEnvironment - No guacamole.properties file
found within GUACAMOLE_HOME or the classpath. Using defaults.
该服务似乎已启动,但 Guacamole 正在以默认值运行...
这里缺少什么步骤?