Section 1
Introduction

Section 2
Configuring for First Use

Section 3
Changing Admin Password

Section 4
Creating Accounts

Section 5
Global Component Settings

Section 6
Backups

Section 7
Log Files

Section 8
User Interface Settings

Section 9
Database Connections

Section 10
Non-Standard Ports

10.2 Configuring Ports

10.2.2 Internal Communications Port

Section 11
Firewalls

Section 12
SSL

Section 13
Tracking and Recipient Profiles

Section 14
Editing INI Files

Section 15
Distributed Components

Section 16
User Interface Branding

Section 17
Evaluation Mode

Section 18
International Character Sets

Appendix A
Standard Default Ports

10.2.2 Configuring the Internal Communication Port

This port can be configured independently for each component. However, if the components are installed on the same server, then they must all use the same internal communications port.

To configure the communication port for the Administration Hub component, edit the following file:

\Program Files\L-Soft\Application Server\hub\hub.ini

Edit or add the entry “RMIPort”. If the entry is not present or is commented out, the component defaults to port 1099. For example: RMIPort=5310. In addition, it is necessary to edit the INI-file of each component that works together with this Administration Hub component. This is usually one Maestro User Interface and one Maestro Tracker component.

  • For the Maestro User Interface, edit the file:

    \Program Files\L-Soft\Application Server\lui\lui.ini

    Edit or add the entry “HubRMIPort”. If the entry is not present or is commented out, the component defaults to port 1099.

  • For Maestro Tracker, edit the file:

    \Program Files\L-Soft\Application Server\trk\tracker.ini

    Similarly, in this example, edit the enrty "HubRMIPort" in the same way as described above for the Maestro User Interface component.

  • To configure the communication port for the Maestro User Interface, edit the following file:

    \Program Files\L-Soft\Application Server\lui\lui.ini

    Edit or add the entry "RMIPort". If the entry is not present or is commented out, the component defaults to port 1099. Example: RMIPort=5310

  • To configure the communication port for Maestro Tracker, edit the following file:

    \Program Files\L-Soft\Application Server\trk\tracker.ini

    Edit or add the entry "RMIPort". If the entry is not present or is commented out, the component defaults to port 1099. Example: RMIPort=5310

In addition, edit the Maestro User Interface INI file that communicates with the Maestro Tracker component. On the server where the Maestro User Interface is installed, edit the file:

\Program Files\L-Soft\Application Server\lui\lui.ini

Edit or add the entry "TrackerRMIPort"

10.2.3 Configuring the Communications Port

This port is only used by the Maestro Tracker component. It can readily be configured using the Administration Hub. Enter the Administration Hub and click the Global Component Settings link, next click the Maestro Tracker link. Edit the port number from here. Click OK to save. The change will be effective immediately.

10.2.4 Configuring the Internal Database Connection Port

This port is only used by the Maestro User Interface component. To configure it, edit the following file:

\Program Files\L-Soft\Application Server\lui\my.ini

In this file, find the entry “port” both in the “[client]” and “[mysqld]” sections. Edit the value of both of these entries to change the database connection port. In addition, edit the following file:

\Program Files\L-Soft\Application Server\lui\lui.ini

Edit the “MySQLDriverPlugin.databasePort” entry to point to the same port number. These changes will only be effective after restarting the Maestro User Interface component.

10.2.5 Configuring the Application Server Shutdown Port

To configure the application server shutdown port, edit the following file:

\Program Files\L-Soft\Application Server\conf\server.xml

This file contains an XML-entry similar to the following example, close to the end of the file.

<!-- Apache AJP12 support. This is also used to shut down tomcat. -->
<Connector className="org.apache.tomcat.service.PoolTcpConnector">

<Parameter name="handler"
         value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
<Parameter name="port" value="8007"/>

</Connector>

If port 8007 is already in use on the system, set the port number to a different value in this file.