Actually, 23791 is the default port used for the ormi: protocol used by most
of the Orion admin tools along with applicationlauncher.jar (which saves you
from having to specify a classpath or javax.naming InitialContext properties
for an application client).
You can change it in config/rmi.xml in the <rmi-server host="my.host.com"
port="23791"> tag.
Clustering defaults to port 9127.
Stephen Drye
Internet Architect
Bell & Howell MMT
-----Original Message-----
From: Duffey, Kevin [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 3:27 PM
To: Orion-Interest
Subject: RE: Orion Server and Ports...
The 23791 port is for multi-casting I believe. Its used for clustering, but
I am not sure why its opening. I would say look in /config/server.xml and
see if you have a <cluster-config /> tag in that file. Also, in
orion-web.xml, see if you have <cluster id="xxx" /> and lastly, see if you
have in web.xml a <distributable /> tag.
-----Original Message-----
From: Christian Meunier [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 11, 2000 9:53 AM
To: Orion-Interest
Subject: Orion Server and Ports...
Hi,
When i start Orion, 2 ports r opening :
80 for www ( that is ok)
23791 for ? (Servlet Engine or something similar i guess)
What is really strange and annoying, is that the port 23791 seems to accept
connection from outside.
Can someone clarify the use of this port and the security related to it
please ?
Thx in advance.