File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes HttpSession in Clustered Scenarios 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 » Java » EJB and other Java EE Technologies
Reply Bookmark "HttpSession in Clustered Scenarios" Watch "HttpSession in Clustered Scenarios" New topic
Author

HttpSession in Clustered Scenarios

David Abramowicz
Ranch Hand

Joined: Dec 10, 2004
Posts: 56
- Does the J2EE spec dictate that the http session object must be available on all servers in a cluster?

- If not, why not?

Thanks /Dave
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35252
    
    7
Section 7.7.2 of the Servlet 2.4 spec addresses these issues.


Android appsImageJ pluginsJava web charts
David Abramowicz
Ranch Hand

Joined: Dec 10, 2004
Posts: 56
Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HttpSession in Clustered Scenarios