Re: DB Max Connections with Auto-Scaling Group

2021-06-22 Thread Christopher Schultz
Jerry, On 6/21/21 14:54, Jerry Malcolm wrote: I have a TC instance running on an EC2 in an AWS Autoscaling group.  I have a database with 500 max connections.  The default EC2 count is 2 instances in the autoscaling group.  I guess that means that I should set the Tomcat resource config for th

RE: Request for suggestion

2021-06-22 Thread Mohan T
Hi We are accessing the file as per the below url http://172.27.8.57:8081/hub/app/classic/security/Logon_ezelogin.json. In chrome browser. The file Logon_ezelogin.json file is available in the path inside webapps\hub#app#classic#security.war See the below deployed structure Thanks

Re: Request for suggestion

2021-06-22 Thread Mark Thomas
On 22/06/2021 11:43, Mohan T wrote: Hi, Thanks for the suggestion. We agree that .ear cannot be deployed on tomcat . Our requirement is as under 1. We have deployed a binary as below in webapps hub#app#classic#security.war OK. 2. The same is explored and deployed as hub#ap

RE: Request for suggestion

2021-06-22 Thread Mohan T
Hi, Thanks for the suggestion. We agree that .ear cannot be deployed on tomcat . Our requirement is as under 1. We have deployed a binary as below in webapps hub#app#classic#security.war. 2. The same is explored and deployed as hub#app#classic#security. 3. Now we are trying

Re: Request for suggestion

2021-06-22 Thread Mark Thomas
On 22/06/2021 07:40, Mohan T wrote: Hi, We are using tomcat 8.5.35 on RHEL. I have a .ear file that has a application.xml file in meta-inf folder. See below the contents of the application.xml file . http://java.sun.com/j2ee/dtds/application_1_2.dtd";> Application WEB RVWJ Application ad

R: Subclassing JNDIRealm to return a custom Principal

2021-06-22 Thread Roberto Benedetti
I was aware of your PR and it's good news. Our Principal implementation differs from the PR: - attribute values are strings and some specific conversion are performed (e.g. converting objectGUID to canonical UUID) - has other fields/methods we use for OAuth (JASPIC) authentication I think that