Need some help to implement Clustering

2002-03-20 Thread Prabahkar Subramaniam
* HTTP-clustering service started... HTTP-Clustering service initializing... HTTP-Clustering sent I want sessions request... HTTP-clustering service started... HTTP-Clustering service initializing... HTTP-Clustering sent I want sessions request... Orion/1.5.2 initialized Sending HTTP-cluster session

RE: More Clustering woes

2002-02-21 Thread andrewchau
What OS are you installing vrrp on? FreeBSD or Linux? What version? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jesse Schoch Sent: Wednesday, February 20, 2002 12:05 PM To: Orion-Interest Subject: More Clustering woes I was trying to setup vrrpd

More Clustering woes

2002-02-20 Thread Jesse Schoch
I was trying to setup vrrpd (a free vrrp) implementation to provide availability for boxes running loadbalancer.jar but it seems there is multicast address conflict. Is there a way to set what multicast the loadbalancer.jar uses? -jesse schoch

clustering

2002-02-01 Thread John Creaner
hi, I was wondering if anyone out there has any solid information on clustering orion server thanks

Re: clustering

2002-02-01 Thread Robert Virkus
Hello John, no, but there's http://kb.atlassian.com/content/orion/docs/http-clustering.html - it might help you... greetings Rob Friday, February 01, 2002, 5:35:53 PM, you wrote: JC hi, JC I was wondering if anyone out there has any solid information on clustering JC orion server JC

RE: clustering

2002-02-01 Thread Mike Moulton
Of John Creaner Sent: Friday, February 01, 2002 9:36 AM To: Orion-Interest Subject: clustering hi, I was wondering if anyone out there has any solid information on clustering orion server thanks

RE: clustering

2002-02-01 Thread Aaron Tavistock
We have seen this behavior in earlier releases, 1.4.5 and 1.4.7, as well and reported it to Karl and Magnus at JavaONE 2001 (v1.5.2 came out right around then). We found that it always worked fine in low load environments and didn't discover this problem until we pushed clustering to our

JNDI RMI clustering problem

2001-11-28 Thread Akshat Bhargava
Hello, I am trying to accomplish RMI clustering and seem to be having JNDI problems in the process. I have performed the following changes to my deployment settings. 1) orion-application.xml Changed all bean remote=false to remote=true 2) rmi.xml Added rmi-server host=localhost port=9091

Clustering with Hw Load Balaner

2001-10-12 Thread Patel, Atul
Hi all. Is it possible to cluster orion (2 servers with one instance each) without using loadbalancer.jar? I have a hardware loadbalaner which handles the traffic. I thought the primary reason for clustering was to be able to provide continuos support if a server goes down

Re: Clustering with Hw Load Balaner

2001-10-12 Thread Niles K. Ho
So does it mean we need any other layer of load-balancing failover, like at the Web Server farm? - NH - Original Message - From: Patel, Atul [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Saturday, October 13, 2001 9:39 AM Subject: Clustering with Hw Load Balaner Hi

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: Orion Clustering problems..

2001-08-23 Thread Greg Matthews
kevin, i've also been able to set up clustering but have not reproduced your error. i did notice that while i was investigating the various config settings, there was an entry in rmi.xml that i never used, but i could still cluster, i.e. load balancer redirected my request to one of the orion

Orion Clustering problems..

2001-08-22 Thread Duffey, Kevin
HI all, Hopefully this will make the list. I am working on a chapter for a book about scalability. I am also needing to get our site ready for scaling. I am using Orion to test my web-app that needs to be a demonstration of a scalable Servlet 2.2 web application. I have a couple of questions

Clustering Orion for session-fail-over and some other tidbits of info requested..

2001-08-21 Thread Duffey, Kevin
HI all, Hopefully this will make the list. I am working on a chapter for a book about scalability. I am also needing to get our site ready for scaling. I am using Orion to test my web-app that needs to be a demonstration of a scalable Servlet 2.2 web application. I have a couple of

URGENT: serious clustering bug?

2001-08-16 Thread Montebove Luciano
I'm doing some tests on the http clustering feature of Orion. Following the getting started documentation I was able to setup an island with two OC4J servers and a loadbalancer. For testing I used the SessionServlet who increase (any time you call it) an Integer variable in the HttpSession

RE: URGENT: serious clustering bug?

2001-08-16 Thread Montebove Luciano
: Montebove Luciano [mailto:[EMAIL PROTECTED]] Sent: giovedì 16 agosto 2001 10.22 To: Orion-Interest Subject: URGENT: serious clustering bug? I'm doing some tests on the http clustering feature of Orion. Following the getting started documentation I was able to setup an island with two OC4J servers

RMI clustering

2001-08-14 Thread Ashok Banerjee
I am trying RMI clustering and have done as Lachezar advised but I am not sure where the client is supposed to connect. There is no frontend like loadbalancer for http clustering. I can tell that state information sharing or entity-cache flush command are being multicast. But where does

JMS and clustering

2001-08-07 Thread Spencer Lu
I've got 2 Orion servers in a cluster-island. I'd like tohave objects running in both serversbe able to communicate with each other using JMS. In order for this to work, does each Orion server still need to start up its own JMS server? Or do I somehow configure one Orion server to start up

schema-clustering

2001-07-25 Thread Andrew Chau
I am in the process of implementing our CMP EJB cluster using Orion 1.5.2. However, I couldn't find any documentation detailing how to do this. Orion 1.5.2 claims support for EJB clustering, I think it is primary aimed to solve the CMP Entity EJB cache sync problem. Howeve, as you might have

RE: schema-clustering

2001-07-25 Thread elephantwalker
Andrew, This is not for EJB clustering, it is for clustering a database. You can control which data-base is used for a specific cmp bean. You can do this at deploy time with the orion-ejb-jar.xml. So if you have three different deployments of the bean in different applications, each one can

Re: clustering problem

2001-07-20 Thread Morten Wilken
, so i guess this is vital cheers Morten Wilken - Original Message - From: elephantwalker [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 9:38 PM Subject: RE: clustering problem Morten, post your server.xml, default-web-site.xml, application.xml

clustering problem

2001-07-19 Thread Morten Wilken
hi all i have a problem configuring orion clustering i have downloaded the latest stable release 1.5.2, and followed the howto on the orion site. i have 2 pc running and i have made a web application in the default web site. here i have a simple jsp file a la SessionServlet, that just increments

RE: clustering problem

2001-07-19 Thread elephantwalker
: Thursday, July 19, 2001 3:32 AM To: Orion-Interest Subject: clustering problem hi all i have a problem configuring orion clustering i have downloaded the latest stable release 1.5.2, and followed the howto on the orion site. i have 2 pc running and i have made a web application in the default web

RE: Clustering..

2001-07-18 Thread Ismael
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Monday, July 16, 2001 1:35 PM To: Orion-Interest Subject: RE: Clustering.. Thanks for the reply. 1. clustering only handles http session data. sfsb's will not be replicated. I thought that the entire

RE: Clustering..

2001-07-18 Thread elephantwalker
AM To: Orion-Interest Subject: RE: Clustering.. When you use a SSL hardware accelerator, are you able to retrieve the digital certificate that the user uses from your application on Orion?. Is there a way to retrieve the digital certificate while usin a SSL hardware accelerator? At 14:11 16/07

RE: Clustering..

2001-07-17 Thread Marcel Schutte
Title: RE: Clustering.. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kesav KumarSent: Tuesday, July 17, 2001 12:32 AMTo: Orion-InterestSubject: RE: Clustering.. snip This mechanism have one drawback: If you keep an object in session and later

RE: Clustering..

2001-07-17 Thread Paul Knepper
Title: RE: Clustering.. I haven't check with the latest version, but I store a handle to a sfsb. When I failover it is invalid on the other server. Is this a bug? -Paul -Original Message-From: Kesav Kumar [mailto:[EMAIL PROTECTED]]Sent: Monday, July 16, 2001 3:32 PMTo

RE: Clustering..

2001-07-17 Thread elephantwalker
Title: RE: Clustering.. Paul, only http session data is shared in the cluster. For example, the Petstore application doesn't cluster very well because its statemachine isin a sfsb. The work around is to use a slsb, and pass a serializable bean from the session context with the each slsb

Re: Clustering..

2001-07-17 Thread Greg Matthews
Title: RE: Clustering.. good point, but i wouldn't see this as a drawback -- it's just how it works. isn't that sort of like saying, if i retrieve a value from the database, and change it on the client, then the database isn't automatically updated? - Original Message - From

RE: Clustering..

2001-07-17 Thread Kesav Kumar
Title: RE: Clustering.. The database senario and session senarios are different. If we are keeping information session thinking that this will be replicated across all the clusters. The current JSP jsp:setProperty tag doesn't give any extra attribute to actually say do clustering also

Clustering..

2001-07-16 Thread Duffey, Kevin
(or to each and every server in the island)? How does this affect performance as compared to using just a single box without clustering..is it 2 to 3 times slower because of not only copying its session to one or more boxes, but also having to deal with merging other boxes context/session information

RE: Clustering..

2001-07-16 Thread elephantwalker
Kevin, 1. clustering only handles http session data. sfsb's will not be replicated. 2. Although rmi can be clustered and you can get fail-over for ejb's, the ejb's are not load-balanced. 3. careful specification of the server is required, for example, the web-apps must be in the config

RE: Clustering..

2001-07-16 Thread Duffey, Kevin
Thanks for the reply. 1. clustering only handles http session data. sfsb's will not be replicated. I thought that the entire application context was replicated? So anything set to Application scope (beans, etc) is NOT replicated? Is that the way it is supposed to be..or just a bug

RE: Clustering..

2001-07-16 Thread Kesav Kumar
Title: RE: Clustering.. Clustering in orion is only for sessions. EJB clustering is not yet provided. The clustering mechanism in orion is based on JMS(Topic/Subscriber). When every you keep information in session by using setSessionAttribute(String name, Object object) the session

RE: Clustering..

2001-07-16 Thread elephantwalker
Title: RE: Clustering.. Kesar, you can cluster you ejb's, but this is through rmi. The clustering means that if, for some reason, your remote ejb's go down, another server can pick it up. This is failover but not loadbalancing. Take a look at the rmi.xml file spec to see the clustering

RE: Clustering..

2001-07-16 Thread elephantwalker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Monday, July 16, 2001 1:35 PM To: Orion-Interest Subject: RE: Clustering.. Thanks for the reply. 1. clustering only handles http session data. sfsb's will not be replicated. I

Re: clustering + ssl together

2001-07-06 Thread Greg Kogan
Hello, I just encountered this problem myself, and a question popped up: In which version did this bug appear? So I went as far back as 1.3.8 and the bug was still there. Is there a possibility of misconfiguration here? Can anybody from Orion development team comment on this? This a

RE: clustering + ssl together

2001-07-06 Thread elephantwalker
in on a computer and disk on a chip..there's a cnet article on how to do this, and start selling it at a price below sonic wall's price. Likewise, the clustering architecture that Orion uses makes use of multicast messaging in java. If we had an open interface to this, you could right you own loadbalancer

RE: clustering + ssl together

2001-06-28 Thread elephantwalker
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Matthews Sent: Wednesday, June 27, 2001 12:00 AM To: Orion-Interest Subject: Re: clustering + ssl together ew, using your example, i have tried the equivalent of https://localhost/mysecuresite/login

RE: clustering + ssl together

2001-06-28 Thread elephantwalker
for Karl. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of elephantwalker Sent: Thursday, June 28, 2001 2:22 PM To: Orion-Interest Subject: RE: clustering + ssl together Greg, I just tried this... 1. I assummed that ssl

Re: clustering + ssl together

2001-06-28 Thread Greg Matthews
-Interest [EMAIL PROTECTED] Sent: Friday, June 29, 2001 8:59 AM Subject: RE: clustering + ssl together Greg, I found a tool that you can use to look at what's going on with ssl and the loadbalancer or orion. If you are using linux, you probably have this already, openssl. I am not sure

Re: clustering + ssl together

2001-06-27 Thread Greg Matthews
Message - From: elephantwalker [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 2:58 PM Subject: RE: clustering + ssl together Greg, I just tried something which ALMOST worked. I tried the secure loadbalancer instance like this in the browser: http

Re: clustering + ssl together

2001-06-27 Thread Greg Matthews
: elephantwalker [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 3:57 PM Subject: RE: clustering + ssl together Greg, I just logged this as bug 525. The ssl loadbalancer just won't accept connections with https://, but will accept connections with http://. Basic

RE: clustering + ssl together

2001-06-26 Thread elephantwalker
Here are the hickups in the plan so far...see below. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of elephantwalker Sent: Monday, June 25, 2001 1:29 AM To: Orion-Interest Subject: RE: clustering + ssl together Greg, I am doing this now, so I will get

Re: clustering + ssl together

2001-06-26 Thread Greg Matthews
[EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Wednesday, June 27, 2001 2:48 AM Subject: RE: clustering + ssl together Here are the hickups in the plan so far...see below. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of elephantwalker

RE: clustering + ssl together

2001-06-26 Thread elephantwalker
, 2001 3:00 PM To: Orion-Interest Subject: Re: clustering + ssl together ew, i was trying to run a single secure load balancer with it's own load-balancer.xml. loadbalancer did register the 2 orions i'd set up to appear in the cluster, but after being able to see them appear on the loadbalancer

RE: clustering + ssl together

2001-06-26 Thread elephantwalker
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of elephantwalker Sent: Tuesday, June 26, 2001 9:59 PM To: Orion-Interest Subject: RE: clustering + ssl together Greg, I just tried something which ALMOST worked. I tried the secure loadbalancer instance like this in the browser: http://localhost:443

RE: clustering + ssl together

2001-06-25 Thread elephantwalker
nday, June 24, 2001 3:02 PMTo: Orion-InterestSubject: clustering + ssl together dear all, there has been a recent post on this but no solution posted. i've got some more info on the problem. can the developers of orion or anyone else let me know if anyone has succes

clustering + ssl together

2001-06-24 Thread Greg Matthews
dear all, there has been a recent post on this but no solution posted. i've got some more info on the problem. can the developers of orion or anyone else let me know if anyone has successfully set up an ssl orion cluster? i can: - set up clustering - set up ssl ...but not both together

Re: RMI Clustering done. Now want more.

2001-06-18 Thread Lachezar Dobrev
hi lachezar, Hya. Looking at the text I think you misunderstood me. I was not looking for a fail-over or Web clustering solution. That's it. I need to use Orion as a EJB server, not the fulll J2EE App server. I have some QUITE heavy beans, and just very small web-interface

RMI Clustering HOW-TO.

2001-06-17 Thread Lachezar Dobrev
very other machine has to be restarted in order to reregister the QUEUE and TOPIC clients. PLUSES: MDBs are synchronized. Keep in mind the JMS technology a TOPIC message is received on all machines. A QUEUE message is received by only one. However that means, that in most cases (but not alw

Re: RMI Clustering done. Now want more.

2001-06-17 Thread Greg Matthews
hi lachezar, i've got clustering working for our app but haven't used the rmi.xml clustering settings. the app seems to failover ok to another machine in the cluster if i switch a machine off, etc,. we use only stateless session beans and so i wondered if only entity bean information

Question About Clustering EJB's

2001-06-16 Thread Oisin Kim
Hi All, I've noticed that some asked for help on how-to cluster EJB's and got no reply. I thought I read in the documentation that this isn't possible, is it?? Or has someone got a workaround that wouldn't involve sharing a database, hard disk or anything that would be a single point of

RE: Question About Clustering EJB's

2001-06-16 Thread elephantwalker
Oisin Kim, Look at the attached email ... its the last discussion on this. It looks like there is clustering, but not loadbalancing available for rmi from the rmi.xml configuration. The application will treat any ejbs on the cluster as one-to-one look-ups. Orion will go out and get the first

RMI Clustering done. Now want more.

2001-06-15 Thread Lachezar Dobrev
Hello. OK. I was able to (at last) run the RMI clustering. It now works. But... I have a question... Now I can put up a cluster, and when a bean does not exist on the server it is searched onthe cluster and used. However if it is deployed on more than one machine... It is not found on all

RE: RMI Clustering done. Now want more.

2001-06-15 Thread Eduardo Estefano
Yes, I would be very glad if you could give me some hints on how to set this up. I have two orion servers behind a Foundry Server Irion load balancer/switch. I tried setting up the clustering, but was only able to get the HTTP clustering to work. Since I could not get my EJBs

Auto-reply: RE: RMI Clustering done. Now want more.

2001-06-15 Thread Douglas Hood
a Foundry Server Irion load balancer/switch. I tried setting up the clustering, but was only able to get the HTTP clustering to work. Since I could not get my EJBs to be clustered, I configure the ejbs with exclusive-write-access=false, so the data is consistent. I also cannot use HTTP clustering

clustering and class/jar visibility

2001-06-13 Thread Mike Conway
we have a 'dev' instance on box 1...we can deploy a web app using the 'exploded directory structure', and put our sybase jdbc driver zip file in lib under j2ee/home...works great. we have a 'test' instance on box 2...with 2 instances of orion running in a load-balanced cluster. We set an

RE: clustering and class/jar visibility

2001-06-13 Thread Allen Fogleson
Of Mike Conway Sent: Wednesday, June 13, 2001 10:38 AM To: Orion-Interest Subject: clustering and class/jar visibility we have a 'dev' instance on box 1...we can deploy a web app using the 'exploded directory structure', and put our sybase jdbc driver zip file in lib under j2ee/home...works great

clustering two orions on the same machine

2001-06-12 Thread Darren Mosley
Hi, Newbie to orion im afraid. ive tried following the guide to clustering, which says it can be tested between two orions serer on the same machine as long as thier ports differ. I start the load balancing, but when i start both orions up i get the following message on both: Unable

Re: Simple Clustering Question

2001-06-11 Thread Oisin Kim
Hello All, I just thought I'd send this to explain to people who are having trouble understanding how to set up the default web app clustering and exactly how a broadcast IP is set up. I am a newbie to Orion Server and got 4 machines to act as a cluster after some advice from Lachezar! I'd

Re: Simple Clustering Question

2001-06-10 Thread Lachezar Dobrev
Internet multicast routings is somehow more complicated. It is enough to say, that if you have a single dumb ethernet connection between your boxes is enough for the Orion multicast clustering to work. Of course all the boxes have to be configured to use one and the same Multicast IP and one an

Re: clustering and key generation

2001-06-10 Thread Greg Matthews
that can be deployed on any box with minimal changes to 1 or 2 orion files to allow clustering, and the only single point of failure will then be the database, and not the box generating keys. cheers, greg. - Original Message - From: Jason Smith [EMAIL PROTECTED] To: Orion-Interest [EMAIL

RE: clustering and key generation

2001-06-10 Thread elephantwalker
Greg, I didn't really understand your problem. If you are using counter.jar to generate your keys, then the key is actually generated based upon the last key in the database, not the appserver, so clustering shouldn't be a problem. If there is an issue with transaction concurrency, you can

Re: clustering and key generation

2001-06-10 Thread Ate Douma
[EMAIL PROTECTED] Sent: Monday, June 11, 2001 00:52 Subject: RE: clustering and key generation Greg, I didn't really understand your problem. If you are using counter.jar to generate your keys, then the key is actually generated based upon the last key in the database, not the appserver, so

RE: clustering and key generation

2001-06-10 Thread elephantwalker
We have several orion's running in clustering, each of them serving up keys from counter.jar, with no conflicts. Let me be clear, each orion instance uses its own local counter.jar ejb to generate a key, but the underlying data for the key generation comes from the database. The counter.jar

Re: clustering and key generation

2001-06-10 Thread Greg Matthews
SERVER) from get the next value from the sequence (ORACLE). cheers, greg - Original Message - From: elephantwalker [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, June 11, 2001 1:24 PM Subject: RE: clustering and key generation We have several orion's running

AW: clustering and key generation

2001-06-09 Thread Thomas Hertz
Hello. java.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFactory java.naming.security.principal=principal java.naming.security.credentials=credentials java.naming.provider.url=ormi://machineA/myApp this works when i run a standalone dos program to get a reference to

Simple Clustering Question

2001-06-09 Thread Oisin Kim
Hi, I've spent the last while trying to get clustering to work with orion server 1.5.2 without success. First I tried to follow the instructions at http-clustering-howto.html from the documentation, it said: Setting up the server 1. Install orion and start it. 2. Edit the orion/application

RE: clustering and key generation

2001-06-09 Thread Jason Smith
Have you tried setting: ejb-module remote=true path=keygenerator / in your orion-application.xml on machines B,C, and D? The only place the KeyGenerator bean is really deployed is on A, so machine A's orion-application.xml will have remote=false. I am assuming you have already set up your

RE: Simple Clustering Question

2001-06-09 Thread Juan Lorandi (Chile)
you need a switch which has multicast enabled; (most ethernet switchs have this capability, some just don't have it enabled) -Original Message- From: Oisin Kim [mailto:[EMAIL PROTECTED]] Sent: Sábado, 09 de Junio de 2001 10:11 To: Orion-Interest Subject: Simple Clustering Question

clustering and key generation

2001-06-08 Thread Greg Matthews
dear all, if there any way to get all machines in a cluster to lookup a stateless session bean (KeyGeneratorBean) on *one* of the machines in the cluster only. i've given it a try but can't seem to find a way to get machine B to use machine A's KeyGeneratorBean, even though machine B

Re: clustering and key generation

2001-06-08 Thread Greg Matthews
doesn't it work when the same code is run from inside an EJB on machineB? any help much appreciated, greg. - Original Message - From: Jason Smith [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, June 08, 2001 2:04 PM Subject: RE: clustering and key generation These posts

RE: clustering and key generation

2001-06-07 Thread Jason Smith
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Matthews Sent: Thursday, June 07, 2001 10:19 PM To: Orion-Interest Subject: clustering and key generation dear all, if there any way to get all machines in a cluster to lookup a stateless session bean

ANYONE got CLUSTERING working on 148

2001-05-15 Thread Ashok Banerjee
Did anyone get clustering working on Orion 148? The http-clustering doc at orionserver worked for 145 but not for 148. On 148 the individual nodes detect each other (I see from doing jms.debug) however the loadbalancer detects none of the nodes. Though each node mentions its own frontend

RE: ANYONE got CLUSTERING working on 148

2001-05-15 Thread Tony J. Brooks
Title: RE: ANYONE got CLUSTERING working on 148 Check out Mike Christoffs recent thread - I think he has the most recent experience (just a few days old). Regards, Tony. -Original Message- From: Ashok Banerjee [mailto:[EMAIL PROTECTED]] Sent: 15 May 2001 17:59 To: Orion

Resending:Orion148 Clustering fails

2001-05-14 Thread Ashok Banerjee
Is anyone able to get Orion148 clustering to work. With Orion145 it was a piece of cake. However for 148 the loadbalancer doesnt seem to detect the new servers at all. If I turn on jms.debug I can see that the individual nodes do get JMS messages but the loadbalancer gets no message at all

SV: CLUSTERING PROBLEM FINALLY SOLVED!! web-module

2001-05-11 Thread Magnus Rydin
Title: SV: CLUSTERING PROBLEM FINALLY SOLVED!! web-module Hi. web-module id=myapp path=../applications/myapp/ / None of us here have EVER read ANYTHING in the orion docs that say you must have an entry for your web app in config/application.xml. Where is config/application.xml mentioned

RE: CLUSTERING PROBLEM FINALLY SOLVED!! web-module

2001-05-11 Thread Tony J. Brooks
-From: Mike N. Christoff [mailto:[EMAIL PROTECTED]]Sent: 10 May 2001 18:48To: Orion-InterestSubject: CLUSTERING PROBLEM FINALLY SOLVED!! web-module With the help of Jeff Hubbach, we were finally able to get orion http clustering to work for all our applications, not just the default

Re: CLUSTERING PROBLEM FINALLY SOLVED!! web-module

2001-05-11 Thread Mike N. Christoff
SV: CLUSTERING PROBLEM FINALLY SOLVED!! web-moduleprevious The application-creation-howto document was intended to show how to deploy a full application to Orion, not how to tie a web-application to the default application. This have been mentioned on this list numerous times, together

CLUSTERING PROBLEM FINALLY SOLVED!! web-module

2001-05-10 Thread Mike N. Christoff
With the help of Jeff Hubbach, we were finally able to get orion http clustering to work for all our applications, not just the default-web-app. So what was the problem?? A) Although the orion docs say otherwise, you MUST manually add the cluster-config / tag to the orion/application

Part2: Have you gotten clustering working using loadbalancer.jar? please contact mchristoff@eldan.com

2001-05-07 Thread Mike N. Christoff
The last thing we did was set orion's cluster debugging information on. ie: java -jar -Dhttp.cluster.debug=true -Dcluster.debug=true orion.jar One thing we saw was that when we ran the default-web-app servlet named SessionServlet, the other servers in the cluster (ie: all servers not

Clustering Orion on One NT Machine

2001-05-07 Thread B. Dawkins
Hi, I'm trying to cluster 2 Orion Servers on the same NT machine. Currently, I have one NT box with one Static IP. I have 2 Orion Servers up and running on different PORTS (listening ports and RMI ports). I have the Pet Store Demo loaded and I would like to demo a failover. I'm reading the

help on clustering concept

2001-05-04 Thread Shantanu Dutta
hi Please let me know what is clustering and how it is implemented with Orion. regards Shantanu. __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

clustering - bug in loadbalancer.jar???

2001-05-02 Thread Mike N. Christoff
apps forover a week now. Also, the only person I've spoken to who has successfully gotten load balancing working *IS NOT* using loadbalancer.jar - they are using a hardware load balancer. Has anyone out there gotten clustering working on app other than the default-web-app *using

Clustering and Load Balancing

2001-05-01 Thread Ashok Banerjee
My understanding: Orion loadbalances if selectionType is set to random. If there are multiple islands capable of serving up the same site - then a random selection is done to pick the island. Within the island a server is selected at random. Question: 1) When would you distribute the same

clustering and web-site.xml, need one for each app?

2001-04-27 Thread Mike N. Christoff
Reading the orion docs for http clustering, step 3 left me with strange feeling. - Step 3: Configure your cluster islands Cluster islands are connected to a certain site rather than to a web application and to configure a cluster island, edit the web-site.xml file for the website your

RE: ASP config + clustering

2001-03-23 Thread Frank Eggink
quot;Frank Eggink" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, March 22, 2001 7:03 PM Subject: RE: ASP config + clustering Greg, Why run an instance of orion per client you are serving? I'm looking to host an applications for a number of cli

RE: ASP config + clustering

2001-03-22 Thread Frank Eggink
.xml files for each client in their own config directory to further reduce duplication of config details that would appear if you do clustering. i'd also like to avoid having to alter servlet initialisation parameters or anything in application.xml when deploying the app for a new client,

RE: EJB Clustering HOWTO

2001-03-22 Thread Kemp Randy-W18971
er to work with. But clustering is a key issue for handling a heavy traffic volume, and I also like to see a clear document on how Orion handles this. I know jboss will implement vertical clustering in their next major release. -Original Message- From: Dylan Parker [mailto:[EMAIL PROTECTED]] Sent:

EJB Clustering HOWTO

2001-03-21 Thread Dylan Parker
Hello, all. I posted 1 month ago today pleading for information on EJB Clustering in Orion... otherwise my company was moving on to another app server. My original message is here: http://www.mail-archive.com/orion-interest@orionserver.com/msg10299.html Well we moved on (to WebLogic -yuch

ASP config + clustering

2001-03-21 Thread Greg Matthews
if you do clustering. i'd also like to avoid having to alter servlet initialisation parameters or anything in application.xml when deploying the app for a new client, but would consider these as a last resort. thanks, greg.

Clustering

2001-03-20 Thread Fernando DeLeon
Does orion support clustering? The contents of this email are confidential. If you are not the intended recipient, you must not disclose, copy or use the contents in any way. If you have received this email in error, please delete it and notify us immediately by return email

Re: EJB Clustering

2001-03-11 Thread Greg Matthews
william, look for the clustering guide on www.orionserver.comin the documentation section, then maybe post some more questions once you've given it a try. it works like you describe, in that starting the load balancer takes all requests and redirects to instances of orion. cheers, greg

EJB Clustering

2001-03-09 Thread William Jones
I would like to find out if anybody out there has done much with clustering EJB (or RMI) servers using Orion. We will be running an operation that will need to be large, scalable and have a failsafe level of availability. In other words there should be no single point of failure

RE: Clustering and Multicasting

2001-03-03 Thread Juan Lorandi (Chile)
28, 2001 7:32 PM To: Orion-Interest Subject: Clustering and Multicasting I have installed a 3 node orion cluster(2 on windows2k and 1 on linux) and have it working just dandy, the replication seems to work and so does the loadbalancer but... I also have a bsdi box, and recently

  1   2   >