Can Tomcat ignore overridden jar

2019-07-27 Thread Jmeter Tea
We are using Tomcat 8.5 *without any hot deploy*, I assume that classes are loaded to memory and for example if class change in jar it will ignore (not hot deploy) But if we override a jar when application is running it overrides classes (or removing it) For example when I copy empty jar it thro

Re: Question regarding tomcat random number seeding and startup times

2019-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 7/27/19 19:49, John Dale wrote: > Greetings Everyone; > > A quick update to the folks who I have interacted with on the list > (you know who you are and I thank you). > > I got all of my applications and sites migrated from Tomcat 7.x.x

Re: Database timeout

2019-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Richard, On 7/25/19 21:44, Richard Huntrods wrote: > 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:

Re: Tomcat manager keystore reload

2019-07-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joseph, On 7/25/19 11:53, Joseph Dornisch wrote: > 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"

Question regarding tomcat random number seeding and startup times

2019-07-27 Thread John Dale
Greetings Everyone; A quick update to the folks who I have interacted with on the list (you know who you are and I thank you). I got all of my applications and sites migrated from Tomcat 7.x.x to Tomcat 9.x running on Ubuntu 18.04 and Java 8. Lots of fun work with the firewalls, databases, and e

Re: Database timeout

2019-07-27 Thread Mark Thomas
On 26/07/2019 02:44, Richard Huntrods wrote: > 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 (installe