K
kevin
Hello All,
I have a java/jsp web application that uses servlets and runs New
Atlanta's Servlet Exec version 4.2. I'm finding something really odd is
happening on the dev box. When a JSP page loads, its loading twice. By
that I mean I see that the debug statements are being logged twice, as
if the page was submitted twice in a row or something. The first time
through all the request.getParameter variables are there. The second
time through they are empty. Also of note is that if I click refresh in
the browser, the page only loads once. But when the page is navigated
to or submitted to, it loads twice. I haven't been able to spot any
redirects or javascript location changes, or anything like that. And
this doesn't happen in production.
Any thoughts would be appreciated, and I'd be happy to try and answer
any clarifying questions. Thanks!
Kevin
I have a java/jsp web application that uses servlets and runs New
Atlanta's Servlet Exec version 4.2. I'm finding something really odd is
happening on the dev box. When a JSP page loads, its loading twice. By
that I mean I see that the debug statements are being logged twice, as
if the page was submitted twice in a row or something. The first time
through all the request.getParameter variables are there. The second
time through they are empty. Also of note is that if I click refresh in
the browser, the page only loads once. But when the page is navigated
to or submitted to, it loads twice. I haven't been able to spot any
redirects or javascript location changes, or anything like that. And
this doesn't happen in production.
Any thoughts would be appreciated, and I'd be happy to try and answer
any clarifying questions. Thanks!
Kevin