This is what I get at the shell from which tomcat was started: 12:31:49.823 [http-nio-0.0.0.0-8080-exec-5] WARN o.a.g.r.auth.AuthenticationService - Authentication attempt from 192.168.100.1 for user "q" failed.
Am Di., 11. Juni 2019 um 14:27 Uhr schrieb Goran <[email protected]>: > > 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]
