Changes

From Amahi Wiki
Jump to: navigation, search
12 bytes added ,  01:30, 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/tomcat/webapps# }}{{Code|Code = ln -s /etc/guacamole/guacamole.properties /usr/share/tomcat/lib
}}
Restart Tomcat
{{Code|Code = service tomcat6 tomcat restart}}
Start Guacamole's service
{{Code|Code = service guacd start}}
Now configure the tomcat6 tomcat and guacd services to run automatically
{{Code|
Code = # chkconfig tomcat6 tomcat on# chkconfig guacd on
}}
128

edits