Changing IIS 11.3 help links to refer to locally installed documentation
Changing help links to refer to locally installed documentation
After you install and start your locally installed information center, you can use the iisAdmin command on the services tier computer to change the documentation location that the product help links refer to. (The ⇒ symbol indicates a line continuation):
- Windows
IS_install_path\ASBServer\bin\iisAdmin.bat -set -key ⇒ com.ibm.iis.infocenter.url -value http://<host>:<port>/help/topic/
- AIX® Linux
IS_install_path/ASBServer/bin/iisAdmin.sh -set -key ⇒ com.ibm.iis.infocenter.url -value http://<host>:<port>/help/topic/
Where <host> is the name of the computer where the information center is installed and <port> is the port number for the information center. The default port number is 8888. For example, on a computer named server1.example.com that uses the default port, the URL value would be http://server1.example.com:8888/help/topic/.