As part of the Apache Guacamole setup you create a GUACAMOLE_HOME directory for the extension/configuration files etc
I used /etc/guacamole
Then I exported it export GUACAMOLE_HOME=/etc/guacamole
And chmod 0777 /etc/guacamole -R
the printenv
command shows the variable GUACAMOLE_HOME=/etc/guacamole
But, when I start the Tomcat7 service, it ignores my guacamole.properties file which is in the GUACAMOLE_HOME:
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.
The service seems to start, but Guacamole is running with defaults...
What is the missing step here??