RE: Problem with two Orions on same box!!!

2001-02-09 Thread Duffey, Kevin

Not sure about RMI server, but each application deployed as an xml config
file for it. In that file, which is specified in the server.xml file, you
list the port you want http to listen on.

Look in the web-site.xml.html in the docs folder. In my server.xml I have
web-site path="./bm_web.xml" /. Then, in bm_web.xml I have something like:

web-site host="[ALL]" port="80" display-name="My site"
default-web-app application="app" name="live-www" /
access-log path="c:\apps\logs\app-web.log" /
/web-site


I am sure you can do something similar for RMI on various ports for each
web-app.

HTH.



 -Original Message-
 From: Mohit Palhan [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 08, 2001 2:02 AM
 To: Orion-Interest
 Subject: Problem with two Orions on same box!!!
 
 
 I do not have access to two servers, and have installed 2 
 Orions on the same
 box, how do I make sure that they do not use the same ports 
 for the RMI server
 and for the HTTP server??
 Please help
 Mohit
 Have a nice day :-)
 
   ***
  
   The information contained in this message (including any 
 attachments) is
   confidential and may be legally privileged.
   If you are not the intended recipient, please delete it 
 from your system
   immediately - any disclosure, copying or distribution 
 thereof or any
   action taken or omitted to be taken in reliance thereon 
 is prohibited
   and may be unlawful.AITPL makes no warranty as to the accuracy or
   completeness of any information contained in this message 
 and hereby
   excludes any liability of any kind for the information 
 contained herein
   or for the transmission, reception, storage or use of 
 such information
   in any way whatsoever.  Any opinions expressed in this 
 message are those
   of the author and do not necessarily reflect the opinions 
 of AITPL.
   **
   ***
  
  
  
 
 --
 **
 ***
 
 The information contained in this message (including any 
 attachments) is
 confidential and may be legally privileged.
 If you are not the intended recipient, please delete it from 
 your system
 immediately - any disclosure, copying or distribution thereof 
 or any action
 taken or omitted to be taken in reliance thereon is 
 prohibited and may be
 unlawful.AITPL makes no warranty as to the accuracy or 
 completeness of any
 information contained in this message and hereby excludes any 
 liability of any
 kind for the information contained herein or for the 
 transmission, reception,
 storage or use of such information in any way whatsoever.  
 Any opinions
 expressed in this message are those of the author and do not 
 necessarily reflect
 the opinions of AITPL.
 **
 ***
 
 
 




Re: Problem with two Orions on same box!!!

2001-02-09 Thread Jim Archer

In the case of the web server, in the config directory is an XML file in 
which you set that.

Go to Orion's web site and read the installation instructions. The long 
version tells you exactly what to set.

Jim


--On Thursday, February 08, 2001 3:32 PM +0530 Mohit Palhan 
[EMAIL PROTECTED] wrote:

 I do not have access to two servers, and have installed 2 Orions on the
 same box, how do I make sure that they do not use the same ports for the
 RMI server and for the HTTP server??
 Please help
 Mohit
 Have a nice day :-)

  ***
 
  The information contained in this message (including any attachments)
  is confidential and may be legally privileged.
  If you are not the intended recipient, please delete it from your
  system immediately - any disclosure, copying or distribution thereof
  or any action taken or omitted to be taken in reliance thereon is
  prohibited and may be unlawful.AITPL makes no warranty as to the
  accuracy or completeness of any information contained in this message
  and hereby excludes any liability of any kind for the information
  contained herein or for the transmission, reception, storage or use of
  such information in any way whatsoever.  Any opinions expressed in
  this message are those of the author and do not necessarily reflect
  the opinions of AITPL.
  **
  ***
 
 
 

 --
 *
 

 The information contained in this message (including any attachments) is
 confidential and may be legally privileged.
 If you are not the intended recipient, please delete it from your system
 immediately - any disclosure, copying or distribution thereof or any
 action taken or omitted to be taken in reliance thereon is prohibited and
 may be unlawful.AITPL makes no warranty as to the accuracy or
 completeness of any information contained in this message and hereby
 excludes any liability of any kind for the information contained herein
 or for the transmission, reception, storage or use of such information in
 any way whatsoever.  Any opinions expressed in this message are those of
 the author and do not necessarily reflect the opinions of AITPL.
 *
 











RE: Problem with two Orions on same box!!!

2001-02-09 Thread Rob Lapensee

In the config directory:
In rmi.xml make sure that the port attribute is set (4000 in this example):

?xml version="1.0"?
!DOCTYPE rmi-server PUBLIC "Orion RMI-server"
"http://www.orionserver.com/dtds
/rmi-server.dtd"

rmi-server port="4000"
   !-- A remote server connection example --
   !-- server host="the.remote.server.com" username="adminUser"
password="123
abc" / --

   !-- path to the log-file where RMI-events/errors are stored --
   log
  file path="../log/rmi.log" /
   /log
/rmi-server

in default-web-site.xml make sure the port attribute is set (8080 in this
example):

?xml version="1.0"?
!DOCTYPE web-site PUBLIC "Orion Web-site"
"http://www.orionserver.com/dtds/web
-site.dtd"

web-site host="[ALL]" port="8080" display-name="Default Orion WebSite"
   !-- The default web-app for this site, bound to the root --
   default-web-app application="default" name="defaultWebApp" /
   !--
  NAME - refers to the directory under delfour
  ROOT - refers to the url it is mapped to --
   web-app application="delfour"
  name="servlet"
  root="/delfour_servlet" /

   !-- Uncomment this to activate the news app --
   !-- web-app application="news" name="news-web" root="/news" / --
   !-- Access Log, where requests are logged to --
   access-log path="../log/default-web-access.log" /
/web-site

Regards,

Rob Lapensee
Director of Technology
Delfour Corporation
www.delfour.com
[EMAIL PROTECTED]

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mohit Palhan
Sent: Thursday, February 08, 2001 5:02 AM
To: Orion-Interest
Subject: Problem with two Orions on same box!!!

I do not have access to two servers, and have installed 2 Orions on the same
box, how do I make sure that they do not use the same ports for the RMI
server
and for the HTTP server??
Please help
Mohit
Have a nice day :-)

  ***
 
  The information contained in this message (including any attachments) is
  confidential and may be legally privileged.
  If you are not the intended recipient, please delete it from your system
  immediately - any disclosure, copying or distribution thereof or any
  action taken or omitted to be taken in reliance thereon is prohibited
  and may be unlawful.AITPL makes no warranty as to the accuracy or
  completeness of any information contained in this message and hereby
  excludes any liability of any kind for the information contained herein
  or for the transmission, reception, storage or use of such information
  in any way whatsoever.  Any opinions expressed in this message are those
  of the author and do not necessarily reflect the opinions of AITPL.
  **
  ***
 
 
 

--

*

The information contained in this message (including any attachments) is
confidential and may be legally privileged.
If you are not the intended recipient, please delete it from your system
immediately - any disclosure, copying or distribution thereof or any action
taken or omitted to be taken in reliance thereon is prohibited and may be
unlawful.AITPL makes no warranty as to the accuracy or completeness of any
information contained in this message and hereby excludes any liability of
any
kind for the information contained herein or for the transmission,
reception,
storage or use of such information in any way whatsoever.  Any opinions
expressed in this message are those of the author and do not necessarily
reflect
the opinions of AITPL.

*






RE: Problem with two Orions on same box!!!

2001-02-09 Thread Tony Wilson

You can also assign multiple Ips to each box and have orion run on each IP,
retaining the default ports for RMI communication.

Tony Wilson

-Original Message-
From:   Duffey, Kevin [mailto:[EMAIL PROTECTED]]
Sent:   Thursday, February 08, 2001 7:29 PM
To: Orion-Interest
Subject:RE: Problem with two Orions on same box!!!

Not sure about RMI server, but each application deployed as
an xml config
file for it. In that file, which is specified in the
server.xml file, you
list the port you want http to listen on.

Look in the web-site.xml.html in the docs folder. In my
server.xml I have
web-site path="./bm_web.xml" /. Then, in bm_web.xml I have
something like:

web-site host="[ALL]" port="80" display-name="My site"
default-web-app application="app" name="live-www"
/
access-log path="c:\apps\logs\app-web.log" /
/web-site


I am sure you can do something similar for RMI on various
ports for each
web-app.

HTH.



 -Original Message-
 From: Mohit Palhan [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, February 08, 2001 2:02 AM
         To: Orion-Interest
 Subject: Problem with two Orions on same box!!!
 
 
 I do not have access to two servers, and have installed 2 
 Orions on the same
 box, how do I make sure that they do not use the same
ports 
 for the RMI server
 and for the HTTP server??
 Please help
 Mohit
 Have a nice day :-)
 
   ***
  
   The information contained in this message (including
any 
 attachments) is
   confidential and may be legally privileged.
   If you are not the intended recipient, please delete
it 
 from your system
   immediately - any disclosure, copying or distribution 
 thereof or any
   action taken or omitted to be taken in reliance
thereon 
 is prohibited
   and may be unlawful.AITPL makes no warranty as to the
accuracy or
   completeness of any information contained in this
message 
 and hereby
   excludes any liability of any kind for the information

 contained herein
   or for the transmission, reception, storage or use of 
 such information
   in any way whatsoever.  Any opinions expressed in this

 message are those
   of the author and do not necessarily reflect the
opinions 
 of AITPL.
  
**
   ***
  
  
  
 
 --

**
 ***
 
 The information contained in this message (including any 
 attachments) is
 confidential and may be legally privileged.
 If you are not the intended recipient, please delete it
from 
 your system
 immediately - any disclosure, copying or distribution
thereof 
 or any action
 taken or omitted to be taken in reliance thereon is 
 prohibited and may be
 unlawful.AITPL makes no warranty as to the accuracy or 
 completeness of any
 information contained in this message and hereby excludes
any 
 liability of any
 kind for the information contained herein or for the 
 transmission, reception,
 storage or use of such information in any way whatsoever.

 Any opinions
 expressed in this message are those of the author and do
not 
 necessarily reflect
 the opinions of AITPL.

**
 ***
 
 
 




Problem with two Orions on same box!!!

2001-02-08 Thread Mohit Palhan

I do not have access to two servers, and have installed 2 Orions on the same
box, how do I make sure that they do not use the same ports for the RMI server
and for the HTTP server??
Please help
Mohit
Have a nice day :-)

  ***
 
  The information contained in this message (including any attachments) is
  confidential and may be legally privileged.
  If you are not the intended recipient, please delete it from your system
  immediately - any disclosure, copying or distribution thereof or any
  action taken or omitted to be taken in reliance thereon is prohibited
  and may be unlawful.AITPL makes no warranty as to the accuracy or
  completeness of any information contained in this message and hereby
  excludes any liability of any kind for the information contained herein
  or for the transmission, reception, storage or use of such information
  in any way whatsoever.  Any opinions expressed in this message are those
  of the author and do not necessarily reflect the opinions of AITPL.
  **
  ***
 
 
 

--
*

The information contained in this message (including any attachments) is
confidential and may be legally privileged.
If you are not the intended recipient, please delete it from your system
immediately - any disclosure, copying or distribution thereof or any action
taken or omitted to be taken in reliance thereon is prohibited and may be
unlawful.AITPL makes no warranty as to the accuracy or completeness of any
information contained in this message and hereby excludes any liability of any
kind for the information contained herein or for the transmission, reception,
storage or use of such information in any way whatsoever.  Any opinions
expressed in this message are those of the author and do not necessarily reflect
the opinions of AITPL.
*