Re: JEP 411 Deprecate the Security Manager for removal

2021-04-15 Thread Mark Thomas
On 15/04/2021 21:03, Me Self wrote: Hi All It appears the security manager is going to be removed from a future release of java according to https://openjdk.java.net/jeps/411. That will be quite a chunk of code we could remove / would have to remove from Tomcat. When running Tomcat on

RE: [EXTERNAL] Re: tomcat timeout

2021-04-15 Thread Mohamed Eliyas Abdul Kadar
I am generating report for a year, normally this takes 5 mins on weblogic server. We are migrating to tomcat and it does not show any error. In developer tools I see timeout for that request. From: Rob Sargent Sent: Thursday, April 15, 2021 11:48 AM To: users@tomcat.apache.org Subject:

JEP 411 Deprecate the Security Manager for removal

2021-04-15 Thread Me Self
Hi All It appears the security manager is going to be removed from a future release of java according to https://openjdk.java.net/jeps/411. When running Tomcat on Linux there are many excellent alternatives to locking down the JVM process with sandboxing/mandatory access control for instance

RE: [EXTERNAL] Re: tomcat timeout

2021-04-15 Thread Mohamed Eliyas Abdul Kadar
Using chrome browser, I am accessing a web application which is making a database call. The database call is taking more than 2 mins , but the request time outs at 50 seconds. Is there a way to increase this timeout. -Original Message- From: Mark Thomas Sent: Thursday, April 15, 2021

Re: tomcat timeout

2021-04-15 Thread Mark Thomas
On 15/04/2021 19:23, Mohamed Eliyas Abdul Kadar wrote: I am using tomcat 9.0.41. In my web application, when executing a query to fetch data for reporting it is taking time more than 2 minutes. The request is getting time out after 50s. Please let me know how to increase the data base

Re: tomcat timeout

2021-04-15 Thread Rob Sargent
On 4/15/21 12:23 PM, Mohamed Eliyas Abdul Kadar wrote: I am using tomcat 9.0.41. In my web application, when executing a query to fetch data for reporting it is taking time more than 2 minutes. The request is getting time out after 50s. Please let me know how to increase the data base

RE: tomcat timeout

2021-04-15 Thread Mohamed Eliyas Abdul Kadar
I am using tomcat 9.0.41. In my web application, when executing a query to fetch data for reporting it is taking time more than 2 minutes. The request is getting time out after 50s. Please let me know how to increase the data base timeout to 5 mins. This communication and its attachments

tomcat timeout

2021-04-15 Thread Mohamed Eliyas Abdul Kadar
I am using tomcat 9.0.41. In my web application, when executing a query to fetch data for reporting it is taking time more than 2 minutes. The request is getting time out after 50s. Please let me know how to increase the data base timeout to 5 mins. This communication and its attachments

Forcing Single Session Cookie for SingleSignOn Across Webapps

2021-04-15 Thread Jerry Malcolm
I have a web site that is made up of several individual webapps all tied together with SingleSignOn.   We are using Amazon's Load Balancer with session affinity.  However each webapp is generating it's own session cookie, so the load balancer is routing to different server instances for each

Status Code 500 on /manager/status after upgrade to 9.0.45

2021-04-15 Thread Dan Schreck
I just upgraded from 9.0.39 to 9.0.45 and experiencing something odd. When I go to http:///manager/status the page fully renders but is delivered with HTTP Status 500. This isn't a problem when viewing in a browser, but my automated monitoring tool