The port settings on EAServer are used by connecting applications with any of the following protocols:
http
https
iiop
iiops
tds
For EAServer to properly communicate with JMS queues, you may have to edit port settings. For example, the use of the JMS service provided by EAServer requires that you specify the iiop port setting in the JMS session endpoint definition. If this port setting is changed, all instances that use the JMS session must be edited to reflect the new port settings as well.
To edit EAServer port settings:
Open a command window.
Stop EAServer. Type the following command:
<install directory>/Orch-4_3/EAServer/bin/jagtool -port <iiop port> shutdown
Locate the Listener files in the following directory:
<install directory>/Orch-4_3/EAServer/Repository/Listener
Open the IO_Jaguar_*.props files and search for Server Port.
Edit the port settings, as needed.
Save and close the file.
Start EAServer. In the command window, type the following:
<install directory>/Orch-4_3/EAServer/bin/serverstart.sh &
Note: To enable automatic start-up of these processes after
a system reboot, contact UNIX/Linux system administrator.
See the EAServer online help for more information.