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
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.