Configure Proxy Server for OMN
-
Open/Create /etc/omn/web.conf
-
Put the following JVM Proxy options to the env Variable TOMCAT_JVM_OPTIONS (Adjust proxy settings for your needs)
/ect/omn/web.conf
TOMCAT_JVM_OPTIONS="-Dhttp.proxyHost=mm-proxy.mum.intra -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=localhost|172.16.*"
-
Restart omn
systemctl restart omn-web