Previous Topic: General AdministrationNext Topic: Shared Installation Type


Default Port Numbers

This topic defines each default port number that the following DevTest components use:

DevTest Server Default Port Numbers

The following table lists the default port numbers that various components in DevTest Server use. The table also includes the property that sets each port number.

Port

DevTest Component

Property

1505

Embedded web server

lisa.webserver.port

1506

Enterprise Dashboard (embedded web server)

dradis.webserver.port

1507

DevTest Portal

devtest.port

1528

Derby database

lisadb.internal.port, lisadb.pool.common.url

1529

Demo server

Not applicable

1530

Enterprise Dashboard Derby db port

dradisdb.internal.port

2003

Enterprise Dashboard network port

lisa.net.15.port

2004

VSE Manager network port

lisa.net.9.port

2005

Test Runner network port

lisa.net.5.port

2006

ServiceManager network port

lisa.net.11.port

2008

Workstation network port

lisa.net.0.port

2009

Broker network port

lisa.pathfinder.broker.port

2010

Registry network port

lisa.net.3.port

2011

Coordinator network port

lisa.net.2.port

2012

JUnit exec network port

lisa.net.4.port

2013

VSE network port

lisa.net.8.port

2014

Simulator network port

lisa.net.1.port

2999

JDBC simulation driver

Not applicable

3128

HTTP proxy

laf.httpproxy.port

3997

LPAR agent

lisa.mainframe.bridge.server.port

8443

Embedded web server
(if SSL is enabled)

lisa.webserver.ssl.port

61617

LPAR agent

lisa.mainframe.bridge.port

 

If more than one simulator is created on the same computer, the port numbers for the new simulators are increased from 2014. For example, three more simulators would have the port numbers 2015, 2016, and 2017.

Typically, there is one coordinator for each lab. However, if you create more coordinators, then you define the port on the command line. For example:

CoordinatorServer --name=tcp://hostname:2468/Coordinator2 

The lisa.properties file defines most of the default port numbers.

If you want to change one or more port numbers after installation, add the property to the site.properties file and set the new value. Do not update the lisa.properties file.

You can change the port number for the JDBC simulation driver by editing the Virtual JDBC Listener step in DevTest Workstation.

DevTest Workstation Default Port Numbers

The default port numbers in a DevTest Workstation installation are a subset of the default port numbers in DevTest Server.

Port

DevTest Component

Property

1505

Embedded web server

lisa.webserver.port

2004

VSE Manager

lisa.net.9.port

2005

Test Runner

lisa.net.5.port

2006

ServiceManager

lisa.net.11.port

2009

Broker

lisa.pathfinder.broker.port

2999

JDBC simulation driver

Not applicable

3128

HTTP proxy

laf.httpproxy.port

8443

Embedded web server
(if SSL is enabled)

lisa.webserver.ssl.port

Demo Server Default Port Numbers

The following table lists the default port numbers that the demo server uses.

Port

DevTest Component

1098

JNDI

1099

JNDI

1528

Derby database

8080

HTTP

 

The following files define the default port numbers:

If you want to change one or more port numbers after installation, you can update these files directly.