Changes

From Amahi Wiki
Jump to: navigation, search
828 bytes added ,  03:39, 19 May 2013
*Be aware that you may have to adjust the above code to match the file name you downloaded.
=== Deploying Guacamole ===
To deploy Guacamole, you must make two symbolic links: one effectively copying the 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/tomcat6/webapps
# ln -s /etc/guacamole/guacamole.properties /usr/share/tomcat6/lib
}}
 
Restart Tomcat
{{Code|Code = service tomcat6 restart}}
 
Start Guacamole's service
{{Code|Code = service guacd start}}
 
Now configure the tomcat6 and guacd services to run automatically
 
{{Code|
Code = # chkconfig tomcat6 on
# # chkconfig guacd on
}}
== Configuring Guacamole and Amahi ==
coming soon!
128

edits