Nonproxy http for tomcat | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Nonproxy http for tomcat

I use tomcat proxy to access internet (google urls only) in offline server and I tried to use nonproxy to access other servers (they were working before adding proxy) now there are not working. I edit catalina.sh and catalina.properties I add nonproxy to both files in catalina.sh export "JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=00.00.00.00 -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts= \"https://abc.acd.abc\"" in catalina.properties https.proxyHost=00.00.00.00 https.proxyPort=8080 https.nonProxyHosts="abc.abc.prd|00.00.20.40|

15th Mar 2020, 9:45 AM
Yusra
Yusra - avatar
0 Answers