Re: Load balancing ????

2002-02-13 Thread sachin mahajan
hello yes it is possible to do the load balancing in orion i am attching one html file just go through if. In case u want more help just reply me.   bye sachin - Original Message - From: Mahesh M Kagalkar To: Orion-Interest Sent: Friday, February 01, 2002 8:01 P

Re: Load balancing ????

2002-02-13 Thread Robert Virkus
Hallo Mahesh, find here more about clustering with orion: http://kb.atlassian.com/content/orion/docs/http-clustering.html Friday, February 01, 2002, 3:31:04 PM, you wrote: MMK> Dear Sir, MMK> Currently Iam working in a project which is using Orion server.This is for the first time Iam using t

RE: Load balancing advice needed

2001-05-18 Thread Frank Eggink
Guess what you what is more of an -un-clustering excercise :-) When specifying your params for your InitialContext you have to set the PROVIDER_URL. That specifies a host path. e.g. ... properties.put(Context.PROVIDER_URL, "ormi://your-bean-server/your-application/");

Re: load balancing

2001-02-25 Thread Greg Matthews
found it.   someone else was using clustering also and we weren't specifying minimumIsland and maximumIsland when launching loadbalancer, i.e. each of our loadbalancers were seeing each others servers.   - Original Message - From: Greg Matthews To: Orion-Interest Sen

RE: Load balancing with Orion

2000-12-11 Thread Kevin Duffey
The only thing I can think of...did you specify the WELCOM file of index.jsp? Otherwise it defaults to index.html I think. That should be in your web.xml file. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, Dece

Re: load-balancing limitations?

2000-10-09 Thread Robert Krueger
same limitations as for persistent sessions. to replicate session state orion has to be send it over the wire, i.e. serialize it. for homes and ejbobjects that's automtically taken care of by orion. for the other stuff you have to make everything you put into a session serializable. HTH robe

RE: Load balancing with a localdirector

2000-10-05 Thread Van Dooren, Damian
Load balancing wise it's very straight forward, nothing to setup on the Orion side. And it works like a charm. Clustering wise I haven't had a chance to try it out, yet. Perhaps next week I'll dive into clustering. > -Original Message- > From: Lorin Kobashigawa [mailto:[EMAIL PROTECTED]]

Re: Load balancing with a localdirector

2000-10-04 Thread Joel Shellman
I sure hope it works and is straightforward--we plan to get it set up in a week or so (using an Arrowpoint CS50). We did test clustering out with the loadbalancer.jar and it worked great. I imagine (hope) that we just have to configure the Arrowpoint similarly. So I guess what I'm saying is that.