Guacamole uses its own session implementation. It does not use the Java servlet API for sessions, which is what would be tracked by something like Tomcat's manager webapp. You will not be able to see Guacamole sessions there. ---Okay, Thanks
I would expect all Java threads to be visible within Tomcat's manager, though there isn't really going to be a correspondence between Guacamole user sessions and the number of threads. Threads aren't created on a per session basis. ---I am not seeing even a single busy thread when users are logging into Guacamole. What could be the problem?. Also, once a user opens a RemoteApp from Guacamole and *starts working within the RemoteApp*, do the Java Threads get busy for every interaction(mouse clicks/text input etc) the user has within the RemoteApp? On Wed, Feb 26, 2020 at 12:44 AM Mike Jumper <[email protected]> wrote: > Guacamole uses its own session implementation. It does not use the Java > servlet API for sessions, which is what would be tracked by something like > Tomcat's manager webapp. You will not be able to see Guacamole sessions > there. > > I would expect all Java threads to be visible within Tomcat's manager, > though there isn't really going to be a correspondence between Guacamole > user sessions and the number of threads. Threads aren't created on a per > session basis. > > - Mike > > On Tue, Feb 25, 2020, 09:36 Tushar Jain <[email protected]> > wrote: > >> Hi Nick, >> >> In Tomcat 8 manager, I am expecting to see "active sessions " and "Busy >> Threads" for every guacamole session created by our users. Currently Active >> sessions are displayed as zero, irrespective of any number of users who >> login to guacamole. I also do not see any busy threads in the manager >> >> Thanks >> >> On Tue, 25 Feb, 2020, 10:58 PM Nick Couchman, <[email protected]> wrote: >> >>> On Tue, Feb 25, 2020 at 3:55 AM Tushar Jain < >>> [email protected]> wrote: >>> >>>> Hi, >>>> >>>> I have guacamole setup on Ubuntu 18.04. The client is installed on >>>> Tomcat 8 and it is behind nginx proxy. SSL is enable don Nginx. The steps >>>> followed for Tomcat 8 and nginx are same as per guacamole documentation. >>>> The problem i am facing is that the Session and Thread information for user >>>> guacamole sessions is not reflecting in Tomcat 8 manager >>>> application(localhost:8080/manager). My nginx.conf looks like >>>> >>>> >>> Can you clarify what you mean by this? What information are you seeing, >>> and what are you expecting to see in Tomcat 8 manager? >>> >>> -Nick >>> >> >> *Disclaimer: This message and any attachment may contain confidential, >> proprietary information and is intended only for the individual named. If >> you are not the original intended recipient and have erroneously received >> this message, you should not disseminate, distribute or copy this e-mail. >> Please notify the sender immediately by e-mail if you have received this >> e-mail by mistake and delete this e-mail from your system. Hitachi MGRM Net >> E-mail transmission cannot be guaranteed to be secure or error-free as >> information could be intercepted, corrupted, lost, destroyed, arrive late >> or incomplete, or contain viruses. Hitachi MGRM Net therefore does not >> accept liability for any errors or omissions in the contents of this >> message, which arise as a result of e-mail transmission. If verification is >> required, please request a hard-copy version. Hitachi MGRM Net Ltd, C - >> 6/5, Safdarjung Development Area, New Delhi - 110016, India* >> >> *'Please consider the environment before printing this e-mail'.* >> > -- **Disclaimer:* This message and any attachment may contain confidential, proprietary information and is intended only for the individual named. If you are not the original intended recipient and have erroneously received this message, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. Hitachi MGRM Net E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. Hitachi MGRM Net therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required, please request a hard-copy version. Hitachi MGRM Net Ltd, C - 6/5, Safdarjung Development Area, New Delhi - 110016, India* * * *'Please consider the environment before printing this e-mail'.*
