Update docs to reflect new guacamole.properties location.

This commit is contained in:
Michael Jumper
2013-01-31 10:28:02 -08:00
parent 7f0135ee69
commit 18f98464ff

View File

@@ -47,7 +47,12 @@ import net.sourceforge.guacamole.GuacamoleServerException;
/** /**
* Simple utility class for reading properties from the guacamole.properties * 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 * @author Michael Jumper
*/ */