Changes

From Amahi Wiki
Jump to: navigation, search
2 bytes removed ,  01:26, 10 October 2016
To deploy Guacamole, you must make two symbolic links: one effectively copying the Guacamole Client web application (now located at /var/lib/guacamole/guacamole.war) into the directory Tomcat monitors for web application deployment, and the other effectively copying the configuration file, guacamole.properties, into the Tomcat's classpath, such that Guacamole can find it once it runs. This must be done as root:
{{Code|
Code = # ln -s /var/lib/guacamole/guacamole.war /var/lib/tomcat6tomcat/webapps# ln -s /etc/guacamole/guacamole.properties /usr/share/tomcat6tomcat/lib
}}
128

edits