== Configuring Guacamole and Amahi ==
Create Symbolic links between guacamole in Tomcat and Amahi's webapp directory
{{Code| Code = sudo ln -s /var/lib/tomcat/webapps/guacamole/* /var/hda/web-apps/guacamole/html}}
As root, create .htaccess file in /var/hda/web-apps/guacamole/html
{{Code|Code = vi /var/hda/web-apps/guacamole/html/.htaccess}}
Press the <i>i</i> key to begin inserting text into the .htaccess file and include the following:
Make sure the owner of all the file is apache and the group is users.
{{Code|Code = sudo chown -R apache:users /var/hda/web-apps/guacamole}}
Restart Apache
{{Code| Code = sudo service httpd restart}}
== Logging In to Guacamole ==