Hi,
I installed Guacamole and I can see the Login-Screen. Nevertheless, I
can't login.
What I've done
export GUACAMOLE_HOME=/opt/tomcat9/webapps/guacamole-1.1.0/conf
/opt/tomcat9/webapps/guacamole-1.1.0/conf# ls
guacamole.properties logback.xml user-mapping.xml
/opt/tomcat9/webapps/guacamole-1.1.0/conf# cat guacamole.properties
(empty)
/opt/tomcat9/webapps/guacamole-1.1.0/conf# cat logback.xml
<configuration>
<!-- Appender for debugging -->
<appender name="GUAC-DEBUG" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} -
%msg%n</pattern>
</encoder>
</appender>
<!-- Log at DEBUG level -->
<root level="trace">
<appender-ref ref="GUAC-TRACE"/>
</root>
</configuration>
/opt/tomcat9/webapps/guacamole-1.1.0/conf# cat user-mapping.xml
<?xml version=1.0" encoding="UTF-8"?>
<user-mapping>
<authorize username="q" password="xxxxxx"
<protocol>vnc</protocol>
<param name="hostname">localhost</param>
<param name="port">5900</param>
</authorize>
</user-mapping>
I can't find any log or some error message. What am I missing?
Thanks in advance
Goran
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]