Moving to session provider architecture for auth and connection config

This commit is contained in:
Michael Jumper
2010-11-28 21:33:44 -08:00
parent 239c041659
commit 4e89b1696a
8 changed files with 206 additions and 7 deletions

View File

@@ -2,7 +2,8 @@
<Context antiJARLocking="true" path="">
<!-- Hostname and port of guacamole proxy -->
<Parameter name="guacd-hostname" value="localhost"/>
<Parameter name="guacd-port" value="4822"/>
<Parameter name="guacd-hostname" value="localhost"/>
<Parameter name="guacd-port" value="4822"/>
<Parameter name="session-provider" value="net.sourceforge.guacamole.net.BasicGuacamoleSessionProvider"/>
</Context>