Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setup tomcat using NT clustering

Status
Not open for further replies.

maxpower1

Programmer
Jul 29, 2001
488
US
Does anyone have any experiences setting up Tomcat on NT cluster?

Any helps regarding this issue are appreciated.

~za~
You can't bring back a dead thread!
 
If you mean clustering as in an incoming HTTP request can be served by any of (say 4) servers, we've found that using Tomcat can be a problem, because servlets/JSP cannot utilise session information due to the request going to any server ...
 
no, 2 servers. Only one running at one time. the other one takes over in case the primary server crashes.

I want to set up a logical drive foir the webapps, i.e. G drive, but have Tomcat home set up on C drives(for both machine). Hence, during failover, the other machine can access the drive.



~za~
You can't bring back a dead thread!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top