Changes

From Amahi Wiki
Jump to: navigation, search
143 bytes removed ,  22:56, 9 October 2016
{{Code| Code = sudo ln -s /var/lib/guacamole/guacamole.war /var/lib/tomcat/webapps/}}
=== Installing Guacamole Client 's Configuration File ===You will need to edit /etc/guacamole/guacamoleCreate a directory for the configuration file.properties
Start at the line "# Hostname and port of {{Code| Code = sudo mkdir -p /etc/guacamole proxy" and replace everything below it with this:/}}
guacd-hostname: localhost guacd-port: 4822 # Auth provider class (authenticates user/pass combination, needed if using the provided login screen) auth-provider: net.sourceforge.Create a file called "guacamole.net.auth.mysql.MySQLAuthenticationProviderproperties" in that directory basic-user-mapping: {{Code| Code = sudo vi /etc/guacamole/user-mappingguacamole.xmlproperties}} # Location to read extra .jar's from lib-directory: /var/lib/guacamole/classpath and include the following contents
# MySQL properties
mysql-hostname: localhost
mysql-port: 3306
mysql-database: guacamoleguacdb mysql-username: guacamoleguacuser mysql-password: some_passwordguacDBpass # Additional settings mysql-default-max-connections-per-user: 0 mysql-default-max-group-connections-per-user: 0 Now create a symbolic link of this file for Tomcat{{Code| Code = sudo ln -s /etc/guacamole/guacamole.properties /usr/share/tomcat/.guacamole/}}
Use the real password you chose when creating the MySQL database for the === Starting Guacamole database in place of the string "some_password" as shown above.Server ===
=== Deploying Guacamole ===
128

edits