my dog learned polymorphism
The moose likes JSP and the fly likes JSP client and servers in clustered environment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSP client and servers in clustered environment" Watch "JSP client and servers in clustered environment" New topic
Author

JSP client and servers in clustered environment

Murali Mohan
Ranch Hand

Joined: Jul 07, 2003
Posts: 47
Hi,
I have servers in clustered environment. My JSP client is accessing a server and it was crashed suddenly. How does my client session continued and maintained by other server?

Regards,
Murali
eammon bannon
Ranch Hand

Joined: Mar 16, 2004
Posts: 140
Depends on your server implementation. Its probably using the filesystem by default. Check the docs.
 
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: JSP client and servers in clustered environment
 
Similar Threads
Websphere Clustered Environment
Handling Server Failovers
Clustered WAS: How about other servers ?
Classpath in clustered environment
RMI call: Design help needed