The docs state that the .jar files will auto-populate on build, so I created
the folder structure without any .jars, but with my guacamole.properties
within the rigid defined structure. 

I mounted it to /home/guacamole
I can see the mounted folder, included the folders and my copy of
guacamole.properties inside the container. 
I have defined the environment variable:

GUACAMOLE_HOME: /home/guacamole

But the logs for guacamole show it is still using /root/.guacamole

02-Apr-2021 17:28:58.191 INFO [localhost-startStop-1]
org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned
for TLDs yet contained no TLDs. Enable debug logging for this logger for a
complete list of JARs that were scanned but no TLDs were found in them.
Skipping unneeded JARs during scanning can improve startup time and JSP
compilation time.
17:28:58.907 [localhost-startStop-1] INFO 
o.a.g.environment.LocalEnvironment - GUACAMOLE_HOME is "/root/.guacamole".
17:28:59.011 [localhost-startStop-1] INFO 
o.a.g.rest.auth.HashTokenSessionMap - Sessions will expire after 20 minutes
of inactivity.
17:28:59.318 [localhost-startStop-1] INFO 
o.a.g.environment.LocalEnvironment - GUACAMOLE_HOME is "/root/.guacamole".
17:29:00.753 [localhost-startStop-1] INFO  o.a.g.extension.ExtensionModule -
Extension "MySQL Authentication" loaded.
17:29:00.760 [localhost-startStop-1] INFO 
o.a.g.environment.LocalEnvironment - GUACAMOLE_HOME is "/root/.guacamole".
17:29:01.030 [localhost-startStop-1] WARN  o.a.g.e.LanguageResourceService -
Overlay language resource "de" does not exist.
17:29:01.032 [localhost-startStop-1] INFO  o.a.g.extension.ExtensionModule -
Extension "LDAP Authentication" loaded.
17:29:01.035 [localhost-startStop-1] INFO 
o.a.g.environment.LocalEnvironment - GUACAMOLE_HOME is "/root/.guacamole".

Can I get around this by telling guacamole to use a different user/PID/GUID? 




--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org

Reply via email to