RE: Clustering in Orion

2001-09-03 Thread Mikael Ståldal
Will my EJBs be replicated across the cluster? The documentation states the following. The HttpSession data (as long as it is Serializable or an EJB reference). Note that if the EJBs are located on a server that fails, the references might become invalid. The ServletContext data. Please

Clustering in Orion

2001-08-31 Thread GUNDA, Satish / RSAIFS - IOM
Title: Clustering in Orion Hi all, What is the clustering support provided by Orion? Will my EJBs be replicated across the cluster? The documentation states the following. The HttpSession data (as long as it is Serializable or an EJB reference). Note that if the EJBs are located

RE: Clustering in Orion

2001-08-31 Thread Aaron Tavistock
Title: Clustering in Orion As I understand it clustering of session EJBs will soon be available. But thats just the rumor. -Original Message-From: GUNDA, Satish / RSAIFS - IOM [mailto:[EMAIL PROTECTED]]Sent: Friday, August 31, 2001 7:52 AMTo: Orion-InterestSubject: Clustering

RE: Clustering in Orion

2001-08-31 Thread Juan Lorandi (Chile)
Title: Clustering in Orion Really? Could you share the source (of the rumor)? -Original Message-From: Aaron Tavistock [mailto:[EMAIL PROTECTED]]Sent: Viernes, 31 de Agosto de 2001 16:39To: Orion-InterestSubject: RE: Clustering in Orion As I understand it clustering

RE: Clustering in Orion

2001-08-31 Thread Duffey, Kevin
Title: Clustering in Orion I saw that one too..somewhere in the list archives. -Original Message-From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]]Sent: Friday, August 31, 2001 2:56 PMTo: Orion-InterestSubject: RE: Clustering in Orion Really? Could you share the source

Re: EJB Clustering in Orion

2000-11-02 Thread Klaus Thiele
Julian Khoo wrote: Does anyone have any experience clustering Orion EJB servers successfully in a production (or even development) environment? I've tried clustering a web application and it generally seems OK. However, in order to eliminate single points of failure in deployment, I

EJB Clustering in Orion

2000-11-01 Thread Julian Khoo
Hi, Does anyone have any experience clustering Orion EJB servers successfully in a production (or even development) environment? I've tried clustering a web application and it generally seems OK. However, in order to eliminate single points of failure in deployment, I assume that I would

RE: Clustering in Orion

2000-08-18 Thread Hani Suleiman
Title: RE: Clustering in Orion I'm somewhat confused here My WEB-INF directory has a web.xml file in it. The docs say that to cluster it, it should have distributable / in it. Now, what's the difference between web.xml and orion-web.xml? Which should my webapp have in its WEB-INF

RE: Clustering in Orion

2000-08-18 Thread Kevin Duffey
Title: RE: Clustering in Orion There are docs in the /docs folder on orion-web and orion-application. You brought up a point though that I am not aware of...I have to manually put in the cluster-config / in orion-web.xml. Maybe by putting in distributable / in web.xml, Orion automatically

RE: Clustering in Orion

2000-08-18 Thread Kevin Duffey
Of Joel Shellman Sent: Thursday, August 17, 2000 5:21 PM To: Orion-Interest Subject: Re: Clustering in Orion Quick and dirty "load balancing" is round robin DNS. I just did a quick test the other day and set up two machines with our app. Hit the URL once and logged in (keeps object

Re: Clustering in Orion

2000-08-17 Thread Joseph B. Ottinger
If I had any information about it, sure. I only have one machine; clustering isn't really an option for me. On Thu, 17 Aug 2000, Pedro Garcia Lopez wrote: Hello Joseph, Congratulation for your interesting site about Orion. My question is about clustering ? Do you plan to include some

Re: Clustering in Orion

2000-08-17 Thread Kevin Duffey
ed to test multiple servers with? Clustering with Orion is easy. You just add a cluster id="x" / to server.xml on each server in the Orion/config dir. x is equal to a unique number on each server. then you add a cluster-config / to each orion-web.xml in the WEB-INF dir of a web app.

Re: Clustering in Orion

2000-08-17 Thread Joel Shellman
ftware load-balancer that can be used to test multiple servers with? Clustering with Orion is easy. You just add a cluster id="x" / to server.xml on each server in the Orion/config dir. x is equal to a unique number on each server. then you add a cluster-config / to each orion-web.xml in