This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Session Problem in Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Session Problem in Tomcat" Watch "Session Problem in Tomcat" New topic
Author

Session Problem in Tomcat

Jaya Sasindra Kanneganti
Greenhorn

Joined: Jul 30, 2008
Posts: 3
Let me Explain Problem in clear.....previously we didnt have session handling in our application.....and we have 2 servers handling requests in production ......now we started session handling in the app....Application has 60 min time out.....but the first request from a user comes to server 1 and creates session and the next request from the same user is redirected to different Server 2,where session does exists,and forwards to login page....there is software (Radware) which actuals transfers request to the servers......Could please help me finding the solutions its very Urgent...........
Simpson Kumar
Ranch Hand

Joined: Mar 19, 2008
Posts: 260
hi,

Read the following link, which will give you the information about the Session management between two servers.


Thanks,
Kumar
Simpson Kumar
Ranch Hand

Joined: Mar 19, 2008
Posts: 260
sorry missing link

http://tomcat.apache.org/tomcat-5.5-doc/cluster-howto.html
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Session Problem in Tomcat
 
Similar Threads
****ServletContext and WebApplication confusion****
Load Balancing - Handling Session between multiple servers.
Problem with session stickyness on weblogic with apache proxy plugin
Architecture - Web Server(apache) and App Server (Oracle 9iAS)
Architecture - Web Server(apache) and App Server (Oracle 9iAS)