Using tabbed browsers causes session sharing

2008-08-15 Thread murthy gandikota
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

Re: Why does Tomcat become slow during weekends?

2008-04-22 Thread murthy gandikota
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

RE: Why does Tomcat become slow during weekends?

2008-04-22 Thread murthy gandikota
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&

Why does Tomcat become slow during weekends?

2008-04-22 Thread murthy gandikota
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

Re: Apache 2.2.4 + Tomcat 5.5 + Mod_jk 1.2 causing login loop

2008-04-17 Thread murthy gandikota
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/

Apache 2.2.4 + Tomcat 5.5 + Mod_jk 1.2 causing login loop

2008-04-16 Thread murthy gandikota
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