Re: Session Persistence Problems -- Epilog

2019-04-11 Thread Jerry Malcolm
On 4/11/2019 5:05 PM, Jerry Malcolm wrote: On 4/11/2019 4:22 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 4/11/19 15:29, Jerry Malcolm wrote: Alternatively, if I had a better understanding of how sessions are managed by both TC and the browser,

Re: Session Persistence Problems

2019-04-11 Thread John Dale
This is a great information. I'd like to stray a little off topic if that's okay .. still in the same ballpark. I like to invent new doodads in software and see if I can do it better. Over the years, like many, I built-up a library of things that worked best for me over the years. One of those

Tomcat(9.0.13) Error in DEV Server

2019-04-11 Thread Hua, Gary - Saint Louis, MO - Contractor
All: Sorry on my previous email I have some graphic contents that can not be displayed. Now I change it to texts so you can see them From: Hua, Gary - Saint Louis, MO - Contractor [mailto:gang@usps.gov.INVALID] Sent: Thursday, April 11, 2019 4:29 PM To:

Re: Session Persistence Problems

2019-04-11 Thread Jerry Malcolm
On 4/11/2019 4:22 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 4/11/19 15:29, Jerry Malcolm wrote: Alternatively, if I had a better understanding of how sessions are managed by both TC and the browser, it might help me figure out what is going

Re: [OT] Session Persistence Problems

2019-04-11 Thread tomcat
On 11.04.2019 22:56, Jerry Malcolm wrote: On 4/11/2019 3:11 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 4/10/19 23:56, Jerry Malcolm wrote: The only thing I can come up with is that I'm using some RewriteRules in httpd to map the complex url

Tomcat(9.0.13) Error in DEV Server

2019-04-11 Thread Hua, Gary - Saint Louis, MO - Contractor
Tomcat Experts: The Tomcat server works fine in my local computer with application "TOPS" in Eclipse. I deployed the TOPS application to our DEV web server eagnmnmed1f45 under webapps. After I started the Tomcat server (9.0.13) in DEV server and entered the

Re: Session Persistence Problems

2019-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 4/11/19 15:29, Jerry Malcolm wrote: > Alternatively, if I had a better understanding of how sessions are > managed by both TC and the browser, it might help me figure out > what is going wrong. I know a session key is generated by TC

Re: [OT] Session Persistence Problems

2019-04-11 Thread Jerry Malcolm
On 4/11/2019 3:11 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 4/10/19 23:56, Jerry Malcolm wrote: The only thing I can come up with is that I'm using some RewriteRules in httpd to map the complex url paths to single words like "/product". (SEO

Re: maxActive and maxWaitMillis set to "-1" in Tomcat 8.5

2019-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Louis, On 4/11/19 16:42, Louis Zipes wrote: > I'm upgrading from 7.0.54 to 8.5 and I know that MaxActive maxTotal > and maxWaitMillis replace MaxActive and MaxWait respectively but my > third party vendor provided the old parameters as set to

RE: maxActive and maxWaitMillis set to "-1" in Tomcat 8.5

2019-04-11 Thread Louis Zipes
*maxTotal replaces maxActive in Tomcat 8.5 -Original Message- From: Louis Zipes [mailto:louis.zi...@kdrp.com] Sent: Thursday, April 11, 2019 4:43 PM To: Tomcat Users List Subject: maxActive and maxWaitMillis set to "-1" in Tomcat 8.5 Hi all, I'm upgrading from 7.0.54 to 8.5 and I know

maxActive and maxWaitMillis set to "-1" in Tomcat 8.5

2019-04-11 Thread Louis Zipes
Hi all, I'm upgrading from 7.0.54 to 8.5 and I know that MaxActive and maxWaitMillis replace MaxActive and MaxWait respectively but my third party vendor provided the old parameters as set to '-1' when they packaged the application with 7.0.54. My questions is what does '-1' mean for MaxActive

Re: [OT] Session Persistence Problems

2019-04-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 4/10/19 23:56, Jerry Malcolm wrote: > The only thing I can come up with is that I'm using some > RewriteRules in httpd to map the complex url paths to single words > like "/product". (SEO advisor told me to do that...) Do you allow

Re: Session Persistence Problems

2019-04-11 Thread John Dale
I'm looking forward to hearing from the dev folks on this. I suspect it has something to do with the context configuration. A long time ago, I started doing my own session management, but then I don't mind building out the pieces I needed for clustering. In fact, I decided to store session

Re: Session Persistence Problems

2019-04-11 Thread Jerry Malcolm
Alternatively, if I had a better understanding of how sessions are managed by both TC and the browser, it might help me figure out what is going wrong.  I know a session key is generated by TC and sent back in a response.  And I'm assuming that the browser must return that session key on

Re: Session Persistence Problems

2019-04-11 Thread Jerry Malcolm
Thanks for the quick response, Luis.  Answers below: On 4/11/2019 3:22 AM, Luis Rodríguez Fernández wrote: Hello Jerry, I'm using single sign-on Do you mean tomcat Single Sign On valve? [1], a third party solution or your custom implementation? That can change the game completely :) Yes,

Re: Session Persistence Problems

2019-04-11 Thread Luis Rodríguez Fernández
Hello Jerry, > I'm using single sign-on Do you mean tomcat Single Sign On valve? [1], a third party solution or your custom implementation? That can change the game completely :) > some RewriteRules in httpd Can you share them? That could change the game also :) Cheers, Luis [1]