RE: a discrepancy in webapp behavior in two environments

2006-11-16 Thread Aronszajn, Mark
PM To: Tomcat Users List Subject: RE: a discrepancy in webapp behavior in two environments From: Aronszajn, Mark [mailto:[EMAIL PROTECTED] Subject: RE: a discrepancy in webapp behavior in two environments Could you explain how the configuration of a firewall would have such effect

RE: a discrepancy in webapp behavior in two environments

2006-10-23 Thread Aronszajn, Mark
, October 19, 2006 9:35 AM To: Tomcat Users List Subject: Re: a discrepancy in webapp behavior in two environments Mark, Take a look at the LiveHttpHeaders plug-in for Firefox. It may help you debug this on the client side. Temporarily enabling the RequestDumperValve on the server side

Re: a discrepancy in webapp behavior in two environments

2006-10-23 Thread Christopher Schultz
Mark, My web app had been working just fine in the TEST environment, PROVIDED I included the initial session ID as a param to the URL used on the cancel/switch-to-batch form. But starting just this morning, it was failing again, DESPITE my using the session ID as a param to the URL on the

RE: a discrepancy in webapp behavior in two environments

2006-10-23 Thread Aronszajn, Mark
every time). Any further thoughts always appreciated, -M -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, October 23, 2006 3:10 PM To: Tomcat Users List Subject: Re: a discrepancy in webapp behavior in two environments Mark, My web app had been

Re: a discrepancy in webapp behavior in two environments

2006-10-23 Thread Christopher Schultz
Mark, I think your suggestion about multiple windows was a good guess. [snip] No, no HTTPS-to-HTTP stuff; all requests are going to a port dedicated to Tomcat (8088). And the Firefox cookies options form is set so that cookies are kept until they expire which I believe is the default

Re: a discrepancy in webapp behavior in two environments

2006-10-19 Thread Jon Wingfield
/18/2006 5:15 PM To: Tomcat Users List Subject: RE: a discrepancy in webapp behavior in two environments -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wed 10/18/2006 5:15 PM To: Tomcat Users List Subject: RE: a discrepancy in webapp behavior in two

a discrepancy in webapp behavior in two environments

2006-10-18 Thread Aronszajn, Mark
I have a servlet-based web app that behaves differently with its handling of HttpSession objects in two different environments. Here are the two environments: DEVELOPMENT --- Firefox client on a linux box pointing at an instance of tomcat 5.5.17 (JVM from 1.5.0_07-b03) running on the same

RE: a discrepancy in webapp behavior in two environments

2006-10-18 Thread Caldarale, Charles R
From: Aronszajn, Mark [mailto:[EMAIL PROTECTED] Subject: a discrepancy in webapp behavior in two environments This is fine, but what I don't understand is why specifying a jsessionid param value is necessary in the TEST environment and not necessary in the DEVELOPMENT environment. I also

RE: a discrepancy in webapp behavior in two environments

2006-10-18 Thread Aronszajn, Mark
, Charles R [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 4:25 PM To: Tomcat Users List Subject: RE: a discrepancy in webapp behavior in two environments From: Aronszajn, Mark [mailto:[EMAIL PROTECTED] Subject: a discrepancy in webapp behavior in two environments

RE: a discrepancy in webapp behavior in two environments

2006-10-18 Thread Caldarale, Charles R
From: Aronszajn, Mark [mailto:[EMAIL PROTECTED] Subject: RE: a discrepancy in webapp behavior in two environments Could you explain how the configuration of a firewall would have such effect on whether the original HttpSession object gets retained? If you're not appending jsessionid ro

RE: a discrepancy in webapp behavior in two environments

2006-10-18 Thread Aronszajn, Mark
:[EMAIL PROTECTED] Sent: Wed 10/18/2006 5:15 PM To: Tomcat Users List Subject: RE: a discrepancy in webapp behavior in two environments -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Wed 10/18/2006 5:15 PM To: Tomcat Users List Subject: RE: a discrepancy