Need some help to implement Clustering

2002-03-20 Thread Prabahkar Subramaniam
*** out.log for server 82 ***** 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...

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

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 t

RE: clustering

2002-02-01 Thread Mike Moulton
ehalf 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 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> or

clustering

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

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 and 3

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 Subj

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. If

HTTP Clustering works only for default-web-app!!

2001-09-10 Thread Ashok Banerjee
Has anyone gotten Orion HTTP clustering to work for any application besides the default-web-app? I saw mchristoff's chain on this topic but the only solution that resulted from the discussion was to put in config/application.xml a module as which is again putting in the default applicati

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. Pl

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: 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 of

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 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 on a

Re: Orion Clustering problems..

2001-08-22 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 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 t

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 que

RE: URGENT: serious clustering bug?

2001-08-16 Thread Montebove Luciano
- From: 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 setu

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

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 the

JMS and clustering

2001-08-07 Thread Spencer Lu
I've got 2 Orion servers in a cluster-island.  I'd like to have objects running in both servers be 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

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, ea

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

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, > > p

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-19 Thread Paul Knepper
: Clustering.. AFAIK, these accelerators handle the front end, and the backend doesn't use ssl. You can also have ssl throughout, but ...I mean, what's the point of having the accelerator if you don't use it. You may be able to "tunnel" through the accelerator or proxy, or

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..

2001-07-18 Thread elephantwalker
dnesday, July 18, 2001 12:37 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 a

RE: Clustering..

2001-07-18 Thread Ismael
nal 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

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 tag doesn't give any extra attribute to actually say do clustering also.  Either th

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?   --

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 is in a sfsb. The work around is to use a slsb, and pass a serializable bean from the session context with the each

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

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..    This mechanism have one drawback:  If you keep an object in session and later

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 rep

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

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 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

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 b

Clustering..

2001-07-16 Thread Duffey, Kevin
er in the island (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 box

RE: clustering + ssl together

2001-07-06 Thread elephantwalker
ot;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 co

Re: clustering + ssl together

2001-07-06 Thread Greg Kogan
to solution is notoriously slow, so this could > be why people aren't very interested in this. Is it possible to use "apache reverse-proxy server and/or hardware loadbalancers" and still make use of clustering (ssl or not)? I personally am not attached to orion's loadballan

RE: clustering + ssl together

2001-07-06 Thread elephantwalker
dbalancer, and it might become a bottleneck if you need to serve many requests. Regards, Karl Avedal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Kogan Sent: Friday, July 06, 2001 10:18 AM To: Orion-Interest Subject: Re: clustering + ssl together

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 ve

Re: clustering + ssl together

2001-06-28 Thread Greg Matthews
EMAIL PROTECTED]> To: "Orion-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

RE: clustering + ssl together

2001-06-28 Thread elephantwalker
g 525 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 ss

RE: clustering + ssl together

2001-06-28 Thread elephantwalker
eat here is the j2ee j_security_check won't work, but otherwise, everything works. I don't understand why, though. -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:

Re: clustering + ssl together

2001-06-27 Thread Greg Matthews
From: "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 > conne

Re: clustering + ssl together

2001-06-27 Thread Greg Matthews
reg. - Original 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 trie

RE: clustering + ssl together

2001-06-26 Thread elephantwalker
EMAIL 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://localhos

RE: clustering + ssl together

2001-06-26 Thread elephantwalker
ne 26, 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 t

Re: clustering + ssl together

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

RE: clustering + ssl together

2001-06-26 Thread elephantwalker
Here are the 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 back

RE: clustering + ssl together

2001-06-25 Thread elephantwalker
f Of Greg MatthewsSent: Sunday, 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

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

Re: RMI Clustering done. Now want more.

2001-06-18 Thread Greg Matthews
hi. not really. i just wondered if you knew what the clustering settings in rmi.xml are for. i said that i'd sort of got clustering working, and hadn't added any rmi.xml clustering settings, so what then do they do? thanks, greg. - Original Message - From: "Lachezar

Re: RMI Clustering done. Now want more.

2001-06-17 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-inter

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 infor

RMI Clustering HOW-TO.

2001-06-17 Thread Lachezar Dobrev
ology  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 always) the QUEUE message will be received by one and the      same client.      P.S. There is still quite some job to be done on the clustering,

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

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 failur

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

2001-06-15 Thread Douglas Hood
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

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 to

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 on the cluster and used. However if it is deployed on more than one machine... It is not found

RE: clustering and class/jar visibility

2001-06-13 Thread Allen Fogleson
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

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 auto-de

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: "Unab

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!

Re: clustering and key generation

2001-06-10 Thread Greg Matthews
t identity used" (MS SQL 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 Sub

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.j

Re: clustering and key generation

2001-06-10 Thread Ate Douma
ECTED]> To: "Orion-Interest" <[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 genera

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 concurrenc

Re: clustering and key generation

2001-06-10 Thread Greg Matthews
n have a single .ear 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" <[EMAI

Re: Simple Clustering Question

2001-06-10 Thread Lachezar Dobrev
the multicast routing.    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

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 > Subjec

RE: clustering and key generation

2001-06-09 Thread Jason Smith
Have you tried setting: 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 rmi.xml, etc. correctly to support this kind o

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/applic

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= > java.naming.security.credentials= > java.naming.provider.url=ormi://machineA/myApp > > this works when i run a standalone dos program to get a reference to > KeyGeneratorBean

Re: clustering and key generation

2001-06-08 Thread Greg Matthews
7;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

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 buil

RE: clustering and key generation

2001-06-07 Thread Jason Smith
son -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 b

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

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. If

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

Re: CLUSTERING PROBLEM FINALLY SOLVED!!

2001-05-11 Thread Mike N. Christoff
SV: CLUSTERING PROBLEM FINALLY SOLVED!! 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 with responses on how to do

RE: CLUSTERING PROBLEM FINALLY SOLVED!!

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

SV: CLUSTERING PROBLEM FINALLY SOLVED!!

2001-05-10 Thread Magnus Rydin
Title: SV: CLUSTERING PROBLEM FINALLY SOLVED!! Hi.   > > 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 in the orion primer???  Where is it mentio

CLUSTERING PROBLEM FINALLY SOLVED!!

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 tag to the orion/application-deployments/myapp

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 in

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 inc

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
uster other apps for over 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-

http clustering not working - UPDATE

2001-05-02 Thread Mike N. Christoff
And so I continue trying to get orion to cluster applications that are not the default-web-app.  I'm currently running out of avenues to explore here.   The last thing we did was set orion's cluster debugging information on.  ie: java -jar -Dhttp.cluster.debug=true -Dcluster.debug=true orion

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 appli

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
mine the > server.xml defined application name and use that to build > the path. > > greg. > > - Original Message - > From: "Frank Eggink" <[EMAIL PROTECTED]> > To: "Orion-Interest" <[EMAIL PROTECTED]> > Sent: Thursday, March 2

Re: ASP config + clustering

2001-03-22 Thread Greg Matthews
g. - Original Message - From: "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 servi

RE: EJB Clustering HOWTO

2001-03-22 Thread Kemp Randy-W18971
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]]

  1   2   >