RE: [OT] Spring Security LDAPS authenticator won't trust TLS cert

2021-01-25 Thread Johnson, Jim
Hi Chris, Are these typos for trustStrore (should be trustStore, yes?) from below from a copy/paste? > -Djavax.net.ssl.trustStrore=conf/truststore.jks > -Djavax.net.ssl.trustStrorePassword=[the password] I'm not a spring expert at all but everything else you mentioned looks right to me, that'

RE: jdbc connction pool issues [EXTERNAL]

2020-12-15 Thread Johnson, Jim
on the connection pool. Here though I checked jmx, sure enough, its max connections is 8. Shawn​ Beard Sr. Systems Engineer | BTS Middleware Engineering | +1-515-564-2528 | sbe...@wrberkley.com<mailto:sbe...@wrberkley.com> -Original M

RE: jdbc connction pool issues [EXTERNAL]

2020-12-15 Thread Johnson, Jim
BTS Middleware Engineering | +1-515-564-2528 | sbe...@wrberkley.com<mailto:sbe...@wrberkley.com> -Original Message- From: Johnson, Jim Sent: Tuesday, December 15, 2020 1:35 PM To: Tomcat Users List Subject: RE: jdbc connction pool issues [EXTERNA

RE: jdbc connction pool issues

2020-12-15 Thread Johnson, Jim
Hi Shawn, I think you’re missing initialSize initialSize (int)The initial number of connections that are created when the pool is started. Default value is 10 maxActive (int) The maximum number of active connections that can be allocated from this pool at the same time. The default value is 10

RE: setting packetSize for ajp connector in embedded tomcat via commandline system property

2017-08-22 Thread Johnson, Jim
in embedded tomcat via commandline system property This message originated outside of Unum. Use caution when opening attachments, clicking links or responding to requests for information. -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Him, On 8/22/17 11:57 AM, Johnson, Jim wrote: > I'm tryi

setting packetSize for ajp connector in embedded tomcat via commandline system property

2017-08-22 Thread Johnson, Jim
Hello, I'm trying to set packetSize for an embedded Tomcat 8.5.4 AJP connector using a command line property and I am failing. Does anyone know what the correct property might be? These are some settings that I know which work that I've found in the Spring Boot Reference guide but that's not a