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



Reply via email to