Hello All
While using tabbed browsers (e.g. IE 7) I am facing a login problem. Say on
Tab#1 I login with a username A, on Tab#2 I login with username B, I still see
A's session. Apparently the browser/Tomcat doesn't create a new session. Has
anyone faced this problem? Are there any fixes?
Thanks
David kerber <[EMAIL PROTECTED]> wrote:
>Just a SWAG: Maybe the traffic slows down so much that the database (if
>there is one) is timing out connections and dumping stuff from its
>cache, so that when people do hit it, the db has to create a new
>connection and read lots of stuff from dis
Peter Crowther <[EMAIL PROTECTED]> wrote:> From: murthy gandikota
[mailto:[EMAIL PROTECTED]
> We have a website based on embedded Tomcat with Jboss 4.0.2.
> We noticed that every weekend the Tomcat becomes sluggish.
Backups? Congestion on the network due to a site that&
We have a website based on embedded Tomcat with Jboss 4.0.2. We noticed that
every weekend the Tomcat becomes sluggish. I mean there are no errors like
HTTP404. The website simply hangs. We theorized that JVM is busy with garbage
collection. Is that realistic? Does anyone have any other suggesti
The problem was traced to duplicate jvmRoute in the Tomcat's server.xml
murthy gandikota <[EMAIL PROTECTED]> wrote: We have 2 tomcat servers being
load-balanced by a front-end apache
server using mod-jk. Whenever we open a new browser and point the url
to the http://fakedomain.com/
We have 2 tomcat servers being load-balanced by a front-end apache
server using mod-jk. Whenever we open a new browser and point the url
to the http://fakedomain.com/xyz/content/home/home.jsf and submit the
form, we get back the same form again with sessionid. Effectively, we
end up logging in