Changes

From Amahi Wiki
Jump to: navigation, search
991 bytes removed ,  01:04, 10 October 2016
Create Symbolic links between guacamole in Tomcat and Amahi's webapp directory
{{Code|Code = # sudo ln -s /var/lib/tomcat6tomcat/webapps/guacamole/admin.xhtml /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/agpl-3.0-standalone.html /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/client.xhtml /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/guacamole-common-js /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/images /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/index.xhtml /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/layouts /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/META-INF /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/scripts * /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/styles /var/hda/web-apps/guacamole/html# ln -s /var/lib/tomcat6/webapps/guacamole/WEB-INF /var/hda/web-apps/guacamole/html}}*Hint: Count your links and make sure you have all of them! 
As root, create .htaccess file in /var/hda/web-apps/guacamole/html
{{Code|
Code = # cd vi /var/hda/web-apps/guacamole/html# gedit /.htaccess
}}
Make sure the owner of all the file is apache and the group is users.
{{Code|
Code = # sudo chown -R apache /var/hda/web-apps/guacamole# chgrp -R :users /var/hda/web-apps/guacamole
}}
128

edits