Installation and prerequisites > Port number assignments

Port number assignments

This topic provides information about the default port numbers used in Axway Financial Exchange.

Port numbers in FEX

You can modify port numbers to suit your network. If another product is involved (such as PassPort or Sentinel), the ports must match between the configuration in EBICS and the product. All changes require a server restart. Some changes require additional configuration elsewhere. For example, changing the port that clients use to connect remotely will prevent all the clients from successfully interacting with the EBICS Server unless they are also updated.

Standard port restrictions apply. For example, ports 1-1024 on UNIX require root privileges.

Default port numbers

EBICS Server (JBoss)

For JBoss 4.2.3, the following files are located in the <EBICS Server installation directory>/JBossServer/server/bankrechner directory:

Location Port name Port number Description
conf/configuration.properties passport_Port 6090 TCP port of PassPort AM
passport_PS_Port 7000 TCP port of PassPort PS
passport_Port (SSL) 6453 TCP port of PassPort AM (SSL)
passport_PS_Port (SSL) 7101 TCP port of PassPort PS (SSL)
Sentinel_port 1305 Sentinel Server port
deploy/http-invoker.sar/META-INF/jboss-service.xml InvokerURLSuffix 8080 Tomcat
deploy/jbossws.sar/jbossws.beans/META-INF/jboss-beans.xml
WebServicePort (optional) 8080 Tomcat
WebServiceSecurePort 8443 Tomcat
deploy/jboss-web.deployer/server.xml Connector 8443 Tomcat
conf/jboss-minimal.xml Port 1099 The bootstrap JNP server bind address
RmiPort 1098 The RMI service bind address
conf/jboss-service.xml Port 8080 JBoss/WebService
Port 8083 JBoss/WebService
Port 1099 The bootstrap JNP server bind address
RmiPort 1098 The RMI service bind address
RMIObjectPort 4444 RMI/JRMP invoker
ServerBindPort 4445 RMI/Pooled invoker
ServerBindPort 4446 transportConnector

deploy/jms/uil2-service.xml

ServerBindPort 8093 JMS

deploy/ejb3.deployer/META-INF/jboss-service.xml

ServerBindPort

3873 EJB
deploy/hsqldb-ds.xml Port 1701 HSQLDB/Hypersonic
deploy/cache-invalidation-service.xml ProviderUrl 1099 Cache invalidation mechanism across nodes using the JMS bridge
conf/logging.properties java.util.logging.SocketHandler.port 4500 SocketHandler

EBICS Server (WebSphere)

For WebSphere 6.1.x, the following files are located in the <EBICS Server installation directory>/data/conf directory:

Location Port name Port number Description
configuration.properties passport_Port 6090 TCP port of PassPort AM
passport_PS_Port 7000 TCP port of PassPort PS
passport_Port (SSL) 6453 TCP port of PassPort AM (SSL)
passport_PS_Port (SSL) 7101 TCP port of PassPort PS (SSL)
Sentinel_port 1305 Sentinel Server port

Use the WebSphere Administration Console if you need to modify any of the following default port names or numbers.

Port name Port number
BOOTSTRAP_ADDRESS 2809
CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS 9402
CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS 9403
DCS_UNICAST_ADDRESS 9353
ORB_LISTENER_ADDRESS 9100
SAS_SSL_SERVERAUTH_LISTENER_ADDRESS 9401
SIB_ENDPOINT_ADDRESS 7276
SIB_ENDPOINT_SECURE_ADDRESS 7286
SIB_MQ_ENDPOINT_ADDRESS 5558
SIB_MQ_ENDPOINT_SECURE_ADDRESS 5578
SIP_DEFAULTHOST 5060
SIP_DEFAULTHOST_SECURE 5061
SOAP_CONNECTOR_ADDRESS 8880
WC_adminhost 9060
WC_adminhost_secure 9043
WC_defaulthost 9080
WC_defaulthost_secure 9443

EBICS Server (WebLogic)

Location Port name Port number Description
  HTTP Port 7001  
  HTTPS (SSL) Port 7002  
conf/configuration.properties passport_Port 6090 TCP port of PassPort AM
conf/configuration.properties passport_PS_Port 7000 TCP port of PassPort PS
conf/configuration.properties passport_Port (SSL) 6453 TCP port of PassPort AM (SSL)
conf/configuration.properties passport_PS_Port (SSL) 7101 TCP port of PassPort PS (SSL)
conf/configuration.properties Sentinel_port 1305 Sentinel Server port

FEX RMA (RMA Application)

Location Port name Port number Description
In the <RMA_install>/RMAServer directory:
conf/server.properties server.control.port 9596 Command line TCP port (start, stop, status)
api.port 9696 webservice port number
passport.server.port 6453 PassPort main SSL/TLS port
Database Ports:
conf/db/datastoreconfig.xml mysql default port 3306 MySQL JDBC driver
oracle default port 1521 Oracle JDBC driver

Electronic Signature

Location Port name Port number Description
In the Electronic_Signature_install> directory:
conf/configuration.properties server.port 9090 TCP port of the server UI
server.newPort / New TCP port of the server. This value is used in email sent by Electronic Signature.
server.sso.port 9091 (Only in PassPort SSO mode)
This is the SSO port of the server. This is used only when PassPort AM with SSO option is used.
email.smtp.host.port 25 This is the SMTP server TCP port number. Information to connect Electronic Signature server to the email server.
passport.server.port 6453 PassPort main SSL/TLS port
command.line.port 7091 Command line TCP port (start, stop, status)
interchange port 6080 Interchange HTTP URL to connect to webservice
sentinel.server.port 13554 (Only if Sentinel is activated)
Sentinel server port
conf/secureRelayConf.xml Router Agent AdminPort 6810 (Only in Gateway mode)
Secure Relay administration
Router Agent CommPort 6811 (Only in Gateway mode)
Secure Relay data
Database Ports:
conf/configuration.properties mysql default port 3306 MySQL JDBC driver
oracle default port 1521 Oracle JDBC driver

Related topics

Installation prerequisites