Change Listening IP Address
This document details how to configure the application so that the UI and API are accessible on either a specific IP address or all available IP addresses
-
Open the following file
.\certdog\tomcat\conf\server.xml -
Navigate to the section starting
<Connector port="443", this section may look like the following<Connector port="443" address="127.0.0.1" scheme="https" secure="true" SSLEnabled="true" clientAuth="false" sslProtocol="TLS" keystoreFile="C:/apps/certdog/config/sslcerts/tomcatssl.p12" keystorePass="*somepassword*" keystoreType="PKCS12"/> -
Locate the
address="127.0.0.1"section and change the IP to a specific IP address (e.g.192.168.10.155) or set it to0.0.0.0if you want the application to listen on all IP addresses -
Save the server.xml file
-
Restart the application by either restarting the Krestfield Certdog Service or running the following scripts:
[Install Location]\bin\stop-tomcat.ps1[Install Location]\bin\start-tomcat.ps1