Tomcat and proxy settings
问题 There is a servlet running on tomcat7 and it makes a webservice call to a third party website. The call works fine from the windows machine but when run from tomcat it fails. Wont Tomcat automatically use the Windows' proxy settings? I added set JAVA_OPTS=%JAVA_OPTS% "-Dhttp.proxySet=true" set JAVA_OPTS=%JAVA_OPTS% "-Dhttp.proxyHost=IP" set JAVA_OPTS=%JAVA_OPTS% "-Dhttp.proxyPort=8080" to CATALINA.BAT and http.proxyHost=IP http.proxyPort=8080 to catalina.properties But still there is no