Resource Discovery Network - Home
SPP Open Source: Required Ports
documents

Once running the SPP app requires access on various ports. This may require changes to the configuration of your local firewall. See below for port details.

Please maintain this list, especially if you add a new Z39.50 target that is served on a non-standard port.

HTTP (inbound/outbound):
------------------------
80
8080 [tomcat default - you will probably be proxying requests to tomcat so won't need to make this one public]

Z39.50 (outbound):
------------------
DataArchive: 1212
BRISBIO, EEVL, HUMBUL, RAM, BOPCRIS: 2100
PSIGATE: 2102
Gesource, SOSIG, 2104
BIZED, 2105
HARVESTER: 2110
ZETOC: 2121
ALTIS: 2161
BIOME: 2163
CAB: 2210
MIMAS: 2223
SCRAN: 3950
LABORDOC: 7090
REGARD: 8222
XGRAIN: 21100
everything else: 210

[Include the ports associated with the targets your site uses]

JDBC/MySQL (inbound/outbound)
-----------------------------
3306 [only if you are running MySQL as an alternative to Torque. Whether you need to configure your firewall depends on the location of it and the database.]


SMTP (outbound):
----------------
25 [some sites will disallow this and require use of one approved smtp server (which needs to go in JetspeedResources.properties). Then firewall configuration depends on where the smtp server is.]


LDAP (inbound/outbound):
------------------------
389
636
[Inbound if you're running an ldap server which external portals need to access.  Outbound if your portal is accessing an external ldap server (such as the central default one). Neither if your portal is using a local ldap server.]

Athens SSO
----------
5055

top