게이트웨이는 [웹 프록시 URL 사용 안함] 목록에 나열된 URL에 직접 연결을 시도합니다. 웹 프록시는 이러한 URL에 연결하는데 사용되지 않습니다.
다음 명령을 입력하고 Enter를 눌러 사용하지 않을 프록시의 URL을 관리합니다.
URL이 두 개 이상이면 각 URL을 공백으로 구분합니다.
사용하지 않을 URL을 지정하려면
PS_INSTALL_DIR /bin/psadmin set-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a DontUseWebProxyURL -A "LIST_OF_URLS"
기존 URL 목록에 추가하려면
PS_INSTALL_DIR/bin/psadmin set-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a DontUseWebProxyURL -A "LIST_OF_URLS"
기존 URL 목록에서 제거하려면
PS_INSTALL_DIR/bin/psadmin set-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a DontUseWebProxyURL -E "LIST_OF_URLS"
기존 URL 목록을 가져오려면
PS_INSTALL_DIR /bin/psadmin get-attribute -u amadmin -f PASSWORD_FILE -m gateway --gateway-profile PROFILE_NAME -a DontUseWebProxyURL
Sun Java System Portal Server 7.2 Command-Line Reference의 psadmin set-attribute 및 Sun Java System Portal Server 7.2 Command-Line Reference의 psadmin get-attribute