AW: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-25 Thread Clemens Wyss DEV
Note: I have moved this "issue" over to the tomcat-dev mailinglist ... -Ursprüngliche Nachricht- Von: Clemens Wyss DEV Gesendet: Mittwoch, 24. Juli 2019 11:07 An: 'Tomcat Users List' Betreff: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

Re: PooledConnection#connectUsingDriver, Thread.currentThread().getContextClassLoader() is null

2019-07-25 Thread Thomas Meyer
Am 25. Juli 2019 08:07:18 MESZ schrieb Clemens Wyss DEV : >Note: I have moved this "issue" over to the tomcat-dev mailinglist ... > >-Ursprüngliche Nachricht- >Von: Clemens Wyss DEV >Gesendet: Mittwoch, 24. Juli 2019 11:07 >An: 'Tomcat Users List' >Betreff:

Re: Password is not working properly

2019-07-25 Thread Mark Thomas
On 25/07/2019 15:23, Support wrote: > Hi Sir, > > I am using tomcat 9 for my application. For my admin page, I have a > username and password in conf/tomcat-user.xml. > Using digest.sh, I encrypted my password(sha-256). > > password: Password > encrypted: 5er5akakfkd556546adnfjbkklndkfgbjdb > >

Re: Password is not working properly

2019-07-25 Thread Support
Hi sir, if I am using memory realm tomcat 9 is not working while restarting tomcat. Regards, Sandeep Raghav Customer Support Engineer supp...@xcaptor.com Captivate. Engage. On Thu, Jul 25, 2019 at 8:11 PM Mark Thomas wrote: > On 25/07/2019 15:23, Support wrote: > > Hi Sir, > > > > I am

Re: confusions with conf/tomcat-users.xml setup

2019-07-25 Thread Hu, Zhiliang [AN S]
Thank you for the hint. I got it to work. __ZL On 07/24/2019, 11:12 PM, wrote: I would recommend reading the role settings from here first: https://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html Also, if everything is okay for you try using comma-separated roles e.g.

Password is not working properly

2019-07-25 Thread Support
Hi Sir, I am using tomcat 9 for my application. For my admin page, I have a username and password in conf/tomcat-user.xml. Using digest.sh, I encrypted my password(sha-256). password: Password encrypted: 5er5akakfkd556546adnfjbkklndkfgbjdb Now, I am using my password its not working, if I give

Tomcat manager keystore reload

2019-07-25 Thread Joseph Dornisch
Hello, I have a CRL configured in my tomcat server configuration. If I update it and want to have Tomcat refresh it, I can login into https://127.0.0.1/manager/html and click the "Re-read" button under "Configuration->Re-read TLS configuration files" and this causes my CRL to be reread. It works

Database timeout

2019-07-25 Thread Richard Huntrods
I'm having an ongoing issue with the database connections timing out after a long period of inactivity (i.e. no-one connecting to the tomcat applicaton). But first... My system: OS: Ubuntu 18.04.2 LTS (server) Tomcat: 9.0.22 (installed from tomcat distribution, not via apt get) Java: OpenJDK