The default ports used by ATG Search components may conflict with your organization’s current port assignments. This appendix describes the ports used.

If you are using Search with Knowledge or Self Service, the RMI IIOP port must be opened so that Search can extract content from the Knowledge/Self Service installation. By default, the RMI port is 8860.

Knowledge, Self Service and Search Administration communicate with the search engines using HTTP. One port per search engine is by default allocated from the 6070—6100 range.

The following table summarizes the locations where ports are set and used:

Component

Default Port(s)

Locations

Search Engines

6072-6100

Search Administration: Host Machine Details for each machine.

JBoss RMI WebService

8083

Set (file, code):

jboss/server/default/conf/jboss-service.xml

//mbean[@code=
'org.jboss.web.WebService']/
attribute[@name='Port']

JBoss HSQL

1476

Set (file, code):

jboss/server/default/deploy/hsqldb-service.xml

//mbean[@code=
'org.jboss.jdbc.HypersonicDatabase']/
attribute[@name='Port']

JBoss MQ
(3 ports)

8090-2

Set (file, code):

jboss/server/default/deploy/jbossmq-service.xml

//mbean[@code='org.jboss.mq.il.
oil.OILServerILService']/
attribute[@name='ServerBindPort']

//mbean[@code='org.jboss.mq.il.
uil.UILServerILService']/
attribute[@name='ServerBindPort']

//mbean[@code='org.jboss.mq.il.
uil2.UILServerILService']/
attribute[@name='ServerBindPort']

JBoss HTTP

8080

Set (file, code):

jboss3.0.7/bin/runjboss.cmd

add to JAVA_OPTS line:

-Djetty.port=_PORT_

Used (file, code):

ESConfig.xml

/AnswerEngine/Reporting/ReportWebAppRootURL

ESEnv.cmd

HTTP_PORT=_PORT_

JBoss SSL

8443

Set (file, code):

jboss/server/default/deploy/jbossweb.sar/META-INF/jboss-service.xml

//Call[@name='addListener']/Arg/
New[@class='org.mortbay.http.
SunJsseListener']/Set[@name='Port']

JBoss

AJP13 Listener

8009

Set (file, code):

jboss/server/default/deploy/jbossweb.sar/META-INF/jboss-service.xml

//Call[@name='addListener']/Arg/
New[@class='org.mortbay.http.ajp.
AJP13Listener']/Set[@name='Port']