From 18f98464ff9ec7bf9dc64356e10144730721f112 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 31 Jan 2013 10:28:02 -0800 Subject: [PATCH] Update docs to reflect new guacamole.properties location. --- .../guacamole/properties/GuacamoleProperties.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/guacamole-ext/src/main/java/net/sourceforge/guacamole/properties/GuacamoleProperties.java b/guacamole-ext/src/main/java/net/sourceforge/guacamole/properties/GuacamoleProperties.java index 81e2da480..fb478e202 100644 --- a/guacamole-ext/src/main/java/net/sourceforge/guacamole/properties/GuacamoleProperties.java +++ b/guacamole-ext/src/main/java/net/sourceforge/guacamole/properties/GuacamoleProperties.java @@ -47,7 +47,12 @@ import net.sourceforge.guacamole.GuacamoleServerException; /** * Simple utility class for reading properties from the guacamole.properties - * file in the root of the classpath. + * file. The guacamole.properties file is preferably located in the servlet + * container's user's home directory, in a subdirectory called .guacamole, or + * in the directory set by the system property: guacamole.home. + * + * If none of those locations are possible, guacamole.properties will also + * be read from the root of the classpath. * * @author Michael Jumper */