On Thu, Dec 14, 2017 at 8:32 AM, Erik Berndt <[email protected]> wrote: > Michael, > > Check the catalina.out log under the /etc/tomcatX directory. That should > list the relevant user names and connects/disconnects. >
Probably /var/log/tomcat or /var/log/tomcatX. It would be unusual indeed for a Tomcat install to store its log files within its configuration directory. It's also possible that things may be logged to /var/log/messages or journalctl. If you're using a database with Guacamole, an easier way to generate such a report might be to just issue queries against the guacamole_connection_history table. It stores exactly the information you're looking for: http://guacamole.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-schema-connection-history - Mike
