By default, the Verastream Host Integrator components use the following TCP port assignments. Click a link in the list for information on how to change the port.
Host Integrator Server | 9623 - 9630 |
Log Manager | 9640 |
AADS | 9641 |
Administrative WebStation | 9642 |
Host Emulator | 9652 |
Script Manager | 9653 - 9661 |
Host Integrator web server | 8081 |
Emulated host ports | 1090-1099, and 9670, 9671 |
Event handler java debug port | 5005 (or an increment until an available port is found) for the Server version. The Design Tool debug port is 5006 (or an increment until an available port is found). |
If you need to reassign the port numbers used by these Host Integrator components, do the following:
vhibaseport=nwhere "n" is a valid TCP port number.
Once you reassign the vhibaseport, the Host Integrator components will be assigned these TCP ports:
Component | TCP Port Assignment |
vhibaseport | n |
Session Server | n -> n+16 |
Logging Utility | n+17 |
AADS Server | n+18 |
Script Manager | n+30 |
-Dvhibaseport=n
To change the tomcat port on a Windows machine for the Administrative WebStation, do the following:
<Service name="Catalina"> <Connector port="9642" />
To change the tomcat port on a Windows machine for the Host Emulator, do the following:
<Service name="Catalina"> <Connector port="9652" />
Port 8081, the default Host Integrator Web Server port, is known to be used
by Network Associates' McAfee software (ePolicy Orchestrator "Agent Wake-Up
Call" service). You must change either VHI or the McAfee product's configuration
to avoid a port conflict.
To change the tomcat port on a Windows machine, do the following:
<VHI install folder>\lib\webbuilder\common
folder, and change this line to match the port number used by your Host Integrator
Web Server: servletcontainerport=8081
<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8081 -->
<Connector port="8081"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
debug="0" connectionTimeout="60000"
disableUploadTimeout="true" />
Use Host Emulator Configuration (available from the Start menu) to modify model parameters.
By default, the Design Tool or the Session Server starts searching at port 5005 for an available remote debugging port. You can change the starting point for locating an available port. You must restart the Server for the change to take effect.
© 1999-2007 Attachmate Corporation. All rights reserved. Terms of Use.