hi ,
I am building an application which uses Weblogic as the App server and will be using its clustering features. But we will not be using it to serve jsp,html or servlet pages.
Is iPlanet a good option as a web server alone. The point is that the application needs to highly scalable and at
the same time uses HttpSession. I know about the SessionManager available with iPlanet but havent been able
to make that work.
Any help would be appreciated.
thanks
venky
-
Web Server clustering (iPlanet) (1 messages)
- Posted by: Venkatesh Rangarajan
- Posted on: March 07 2001 11:12 EST
Threaded Messages (1)
- Web Server clustering (iPlanet) by Hugh Madden on April 11 2001 19:29 EDT
-
Web Server clustering (iPlanet)[ Go to top ]
- Posted by: Hugh Madden
- Posted on: April 11 2001 19:29 EDT
- in response to Venkatesh Rangarajan
last time i looked at iplanet it didn't provide a distributed session manager.
(this may have changed).
it did give you hooks to implement your own however.
some people would suggest implementing your own, and storing
session information in the ejb server ..
other people would violently disagree with this :)
</2centsworth>