More information about how the IP address can be changed during the installation of VANWEBUI .
In the Server.xml file, there is only the following Connector element that is not currently commented.
<Connector SSLEnabled="true" acceptCount="100" algorithm="IbmX509" clientAuth="false" disableUploadTimeout="true" enableLookups="false" keystoreFile="safkeyring://XXXXX/VANWEBUI_Splex_Ring" keystoreType="JCERACFKS" maxHttpHeaderSize="8192" maxSwallowSize="104857600" maxThreads="150" minSpareThreads="25" port="8080" scheme="https" secure="true" sslEnabledProtocols="+TLSv1.2" sslImplementationName="com.ca.sslsocket.CASSLImplementation" sslProtocol="TLS"/>
This is using https protocol.
The other connector elements in the server.xml file is commented out. The "address" attribute with the IP address can be added to this above connector element.
If the IP address should be overrided "number IP address" for the MTC-M it must have the right access.