Delare it in default-web-site.xml file as follow:
<web-site host="[ALL]" port="8001" display-name="Default Orion WebSite">

For example:
<web-site host="[ALL]" port="8001" display-name="Default Orion WebSite">
        <!-- The default web-app for this site, bound to the root -->
        <default-web-app application="default" name="defaultWebApp" />
        
        <web-app application="mis" name="mis-web" load-on-startup="true"
root="/mis" />
        <access-log path="../log/default-web-access.log" />
</web-site>

Hope this help,

Van Duong

-----Original Message-----
From: mohan krishna [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 11:13 PM
To: Orion-Interest
Subject: How to run ORION on different ports


Hello,
I am interested to run orion on multiple ports...

Consider the following scenario :

There is only one single server for production and development.
Production sites are represented by virtual hosts, each one runs a
single web site. Each sites of these only runs it's own "default" web
application. 
Development is handled by default web site which runs under port 8080.
Now i want to run one site on 8080 and other one on different port say 80.
What are the things i have to do to achieve this....

Any input would be greatly appreciated
Thanks
Mohan Krishna

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

Reply via email to