Re: Number of JVMs on Orion..

2001-05-08 Thread Jeff Hubbach
t.com, I think). > > > But I don't think you can load-balance multiple > > Orion instances on the same > > > server (i.e. IP address). > > > > > > Correct me if I'm wrong, anyone. > > > > > > Attila > > > > > > -Original

RE: Number of JVMs on Orion..

2001-05-08 Thread Russ White
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Hubbach Sent: Tuesday, May 08, 2001 10:17 AM To: Orion-Interest Subject: Re: Number of JVMs on Orion.. it IS possible to have multiple Orions running on the same IP, clustered. You just have to make sure that none of your ports conflict. There is no

Re: Number of JVMs on Orion..

2001-05-08 Thread sub k
rver (i.e. IP address). > > > > Correct me if I'm wrong, anyone. > > > > Attila > > > > -Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On > Behalf Of sub k > > Sent: Monday, May 07, 2001 8:46 AM > >

Re: Number of JVMs on Orion..

2001-05-08 Thread Jeff Hubbach
gt; -Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On > > Behalf Of sub k > > Sent: Monday, May 07, 2001 8:46 AM > > To: Orion-Interest > > Subject: RE: Number of JVMs on Orion.. > > > > > > Hi Frank, >

RE: Number of JVMs on Orion..

2001-05-07 Thread sub k
i.e. IP address). > > Correct me if I'm wrong, anyone. > > Attila > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On > Behalf Of sub k > Sent: Monday, May 07, 2001 8:46 AM > To: Orion-Interest > Subject: RE: Number of

Re: Number of JVMs on Orion..

2001-05-07 Thread Jeff Hubbach
MAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of sub k > Sent: Monday, May 07, 2001 8:46 AM > To: Orion-Interest > Subject: RE: Number of JVMs on Orion.. > > Hi Frank, > Thanks for your reply. If I do like this my URL will > also be changed because of HTTP port. Am I corr

RE: Number of JVMs on Orion..

2001-05-07 Thread sub k
Behalf Of sub k > Sent: Monday, May 07, 2001 11:46 AM > To: Orion-Interest > Subject: RE: Number of JVMs on Orion.. > > > Hi Frank, > Thanks for your reply. If I do like this my URL will > also be changed because of HTTP port. Am I correct? > My > concern is can we

RE: Number of JVMs on Orion..

2001-05-07 Thread Attila Bodis
nstances on the same server (i.e. IP address). Correct me if I'm wrong, anyone. Attila -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of sub k Sent: Monday, May 07, 2001 8:46 AM To: Orion-Interest Subject: RE: Number of JVMs on Orion.. Hi Fr

RE: Number of JVMs on Orion..

2001-05-07 Thread Russ White
Sent: Monday, May 07, 2001 11:46 AM To: Orion-Interest Subject: RE: Number of JVMs on Orion.. Hi Frank, Thanks for your reply. If I do like this my URL will also be changed because of HTTP port. Am I correct? My concern is can we run multiple instances with some dispatcher mechanism to distribute

RE: Number of JVMs on Orion..

2001-05-07 Thread Frank Eggink
You'll need to use clustering for that ... FE (and you're right that that would change your URL) On Monday, May 07, 2001 5:46 PM, sub k [SMTP:[EMAIL PROTECTED]] wrote: > Hi Frank, > Thanks for your reply. If I do like this my URL will > also be changed because of HTTP port. Am I correct? My > c

RE: Number of JVMs on Orion..

2001-05-07 Thread sub k
Hi Frank, Thanks for your reply. If I do like this my URL will also be changed because of HTTP port. Am I correct? My concern is can we run multiple instances with some dispatcher mechanism to distribute the load equally to all these JVMs on the same server? Thanks Subrah --- Frank Eggink <[EMAI

RE: Number of JVMs on Orion..

2001-05-06 Thread Frank Eggink
As long as the port numbers for HTTP, JMs (if used) and RMI do not overlap you can start as many Orion instances as you like. See the files jms.xml, rmi.xml and default-website.xml for the port settings. Make sure you use the correct port numbers in the clients as well :-) FE On Sunday, May

Re: Number of JVMs on Orion..

2001-05-05 Thread sub k
Hi Tim, This is to start the Orion and ofcourse it creates a JVM and it runs Orion. I have to create multiple JVMs that runs multiple Orion servers on one machine. Can you clarify how to do it. Do I have to run this command multiple times, and if I run like that, If I am using sessions, the reque

Re: Number of JVMs on Orion..

2001-05-05 Thread Tim Endres
java -jar orion.jar > Hi Tim, > Thanks for your reply. I would like to know how can we > create JVMs running Orion on one machine? > Thanks > Subrah > > --- Tim Endres <[EMAIL PROTECTED]> wrote: > > Orion does not invoke JVMs. It runs within a JVM. > > Thus, the answer is one. > > > > Of co

Re: Number of JVMs on Orion..

2001-05-05 Thread sub k
Hi Tim, Thanks for your reply. I would like to know how can we create JVMs running Orion on one machine? Thanks Subrah --- Tim Endres <[EMAIL PROTECTED]> wrote: > Orion does not invoke JVMs. It runs within a JVM. > Thus, the answer is one. > > Of course, this does not prevent you from starting >

Re: Number of JVMs on Orion..

2001-05-04 Thread Tim Endres
Orion does not invoke JVMs. It runs within a JVM. Thus, the answer is one. Of course, this does not prevent you from starting any number of JVMs running Orion. > Hi, > Can anyone explain how many number of JVMs can we > create on Orion? > Thanks > Subrah