IBM Support

DWA: How to block access for default port 8080

Question & Answer


Question

How can you block access for DWA default port 8080?

Cause

8080 port is using by other product

Answer

To disable default port 8080 for DWA, remove this code bits from the server.xml file. By default it is at: C:\Program Files\IBM\Rational\DOORS Web Access\server\conf

For example:

<!--
<Connector port="8080"
maxHttpHeaderSize="8192"
maxThreads="150"
minSpareThreads="25"
enableLookups="false"
redirectPort="8443"
acceptCount="100"
connectionTimeout="20000"
URIEncoding="UTF-8"
compression="on"
noCompressionUserAgents="gozilla, traviata"
compressableMimeType="text/html,text/xml,text/css,text/plain,te
xt/javascript,application/javascript,application/x-javascript"/
>
-->


Once the above session is commented out, re-run the dbadmin command to update the DOORS database and restart DWA.

Following is a link that has instructions for the dbadmin command and restart DWA:
Quick Guide to setting up and launching IBM Rational DOORS Web Access (DWA) on Windows

[{"Product":{"code":"SSKR2T","label":"IBM Engineering Requirements Management DOORS"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Documentation","Platform":[{"code":"PF033","label":"Windows"}],"Version":"9.5;9.5.1;9.6;9.6.1","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
01 May 2020

UID

swg22005069