Config in XML, forgot to add connect servlet to web.xml

This commit is contained in:
Michael Jumper
2010-11-26 19:15:47 -08:00
parent e353bb14c9
commit 9066923298
4 changed files with 32 additions and 16 deletions

View File

@@ -1,2 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context antiJARLocking="true" path=""/>
<Context antiJARLocking="true" path="">
<!-- Hostname and port of guacamole proxy -->
<Parameter name="guacd-hostname" value="localhost"/>
<Parameter name="guacd-port" value="4822"/>
</Context>