path : glassfish3/glassfish/domains/domain1/config/domain.xml
<jvm-options>-Dhttp.proxyHost=yourproxy</jvm-options> <jvm-options>-Dhttps.proxyHost=yourproxy</jvm-options> <jvm-options>-Dhttp.proxyPort=yourproxyport</jvm-options> <jvm-options>-Dhttps.proxyPort=yourproxyport</jvm-options> <jvm-options>-Dhttp.nonProxyHosts=yourdomain</jvm-options> <jvm-options>-Dhttps.nonProxyHosts=yourdomain</jvm-options>
Portal/framework/runtime/tomcat/conf/catalina.properties
http.proxyHost=yourProxyURL http.proxyPort=yourProxyPort http.proxyUser=yourUserName http.proxyPassword=yourPassword http.nonProxyHost=yourdomain https.proxyHost=yourProxyURL https.proxyPort=yourProxyPort https.proxyUser=yourUserName https.proxyPassword=yourPassword https.nonProxyHost=yourdomain
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.