Re: Guacamole Session & thread information in tomcat 8

2020-02-25 Thread Tushar Jain
I'm not sure why zero threads would be shown, but perhaps one of the Tomcat lists would be of better help in debugging the Tomcat manager webapp? If you just want to inspect what threads are running, there are generic Java debugging tools that would let you obtain overall JVM thread dumps. Is there

Re: Guacamole Session & thread information in tomcat 8

2020-02-25 Thread Mike Jumper
On Tue, Feb 25, 2020, 19:39 Tushar Jain wrote: > ... > ---I am not seeing even a single busy thread when users are logging into > Guacamole. What could be the problem? > I'm not sure why zero threads would be shown, but perhaps one of the Tomcat lists would be of better help in debugging the Tom

Re: Guacamole Session & thread information in tomcat 8

2020-02-25 Thread Tushar Jain
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 Tom

Re: Guacamole Session & thread information in tomcat 8

2020-02-25 Thread Mike Jumper
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, t

Re: Guacamole Session & thread information in tomcat 8

2020-02-25 Thread Tushar Jain
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

Re: Guacamole Session & thread information in tomcat 8

2020-02-25 Thread Nick Couchman
On Tue, Feb 25, 2020 at 3:55 AM Tushar Jain 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

Guacamole Session & thread information in tomcat 8

2020-02-25 Thread Tushar Jain
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 guac