Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section includes the following topics:

Anchor
ChangeListenerPort
ChangeListenerPort
Changing a Precise Listener port

You may need to change the port that a Precise Listener listens on after you complete the installation of Precise. For example when another application requires usage of this port, or when the firewall policy changes.

To change a Precise Listener port, use the CLI command: Listener Port Change command. For more details, refer to the CLI User’s Guide.

Anchor
AboutDirectComm
AboutDirectComm
About direct communication

The communication transmission between two different product FocalPoints or agents that are based on Java, such as the Precise for J2EE Collector agent, Alerts InformPoint, and Precise for Web agents is a direct communication and it relies on that the Precise default communication port is open between the servers.

...

  1. Stop the Java based agents on all the servers.
  2. Log on to the server with the Precise FocalPoint and edit the Precise registry file:
    <i3<i3_root>root>\products\i3fp\registry\products\infrastructure\communication\settings.xml
  3. Change the direct-communication parameter from ‘true’ to ‘false’ 'true' to 'false' as shown in the following excerpt:
    <direct-communication>false</direct-communication>
  4. Restart the agents that you have stopped.

...