Re: Tomcat Authentication + Spring Security J2EEPreAuthentication

2019-05-20 Thread Nacho Ganguli
My last attempt used Spring Security JEE pre-authentication filters. This works as I would like "provided" that I only use basic auth and tomcat's default realm (tomcat-users.xml). As soon as I introduce form-based auth, it does not work and I am prompted to authenticate a second time. The log fi

Re: Massive Startup Time after Server Reboot

2019-05-20 Thread Jerry Malcolm
Andre, Your theory sounds like a real possibility.  It would explain why it only blows up the first time after a reboot.  I'll test the theory tonight during off-peak use hours for the web sites I host. Thx. Jerry On 5/20/2019 3:43 AM, André Warnier (tomcat) wrote: On 20.05.2019 00:09, Jer

Re: ApacheCon agenda?

2019-05-20 Thread Israel Timoteo
Chris, It would be very interesting having a talk where I can experiment (like in a lab) building a configuration for HTTPD as a proxy for a Tomcat cluster; something where I can see details for best practices on how to calculate the number of clients (ThreadsPerChild, MaxRequestWorkers, MaxCon

Re: Massive Startup Time after Server Reboot

2019-05-20 Thread Suvendu Sekhar Mondal
On Mon, May 20, 2019, 5:46 PM Louis Zipes Can you refresh me on how to capture the stack dumps you suggested? > It's been a while > > >In Task Manager find the Tomcat process, right click on it and there is > an option to create a dump file. > Well, that will create Windows memory dump. > >

Re: ApacheCon agenda?

2019-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Israel, On 5/20/19 09:27, Israel Timoteo wrote: > When can we expect to see the ApacheCon agenda published? The call-for-papers just ended 7 days ago, so it might be a few weeks before we find out. Is there a Tomcat-related topic you'd especially

Re: [OT] Massive Startup Time after Server Reboot

2019-05-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Markus, On 5/18/19 17:39, i...@flyingfischer.ch wrote: > apt-get install haveged update-rc.d haveged defaults > > This increases the system entropy for random generation and reduces > boot time for Tomcat considerably. I'm a -1 on this solution be

ApacheCon agenda?

2019-05-20 Thread Israel Timoteo
Hi team, When can we expect to see the ApacheCon agenda published? Thanks Israel Timoteo - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Fwd: Travel Assistance for ApacheCon NA Las Vegas 2019 now open.

2019-05-20 Thread Mark Thomas
Forwarded Message The Travel Assistance Committee (TAC) are pleased to announce that travel assistance applications for ApacheCon NA 2019 are now open! We will be supporting ApacheCon NA Las Vegas, Nevada on 9th - 12th September 2019  TAC exists to help those that would like to

RE: Massive Startup Time after Server Reboot

2019-05-20 Thread Louis Zipes
Can you refresh me on how to capture the stack dumps you suggested? It's been a while >In Task Manager find the Tomcat process, right click on it and there is an >option to create a dump file. >Also, if you have access to jconsole or other JMX tool you can connect to it >and see what is go

Re: Massive Startup Time after Server Reboot

2019-05-20 Thread tomcat
On 20.05.2019 00:09, Jerry Malcolm wrote: Just an FYI this server has been in production a little over a year. This TC load problem only started 2-3 months ago. So 'something' changed to cause this problem to manifest itself. It's been too long to try to correlate a specific server chang