开发者

How to use APJP with ISA Server

开发者 https://www.devze.com 2023-03-27 05:22 出处:网络
I was una开发者_StackOverflow社区ble to use APJP beside with ISA server Entering values for APJP_HTTP_PROXY_SERVER_ADDRESS in the APJP.properties did not solve the problem.I think ISA server uses NTL

I was una开发者_StackOverflow社区ble to use APJP beside with ISA server

Entering values for APJP_HTTP_PROXY_SERVER_ADDRESS in the APJP.properties did not solve the problem.


I think ISA server uses NTLM or KERBEROS authentication.

APJP (JAVA 6) supports BASIC, DIGEST, NTLM and KERBEROS authentication ( http://download.oracle.com/javase/6/docs/technotes/guides/net/http-auth.html )

EXAMPLE: APJP + NTLM authentication:

APJP_HTTP_PROXY_SERVER_ADDRESS=<ADDRESS>
APJP_HTTP_PROXY_SERVER_PORT=<PORT>
APJP_HTTP_PROXY_SERVER_USERNAME=<DOMAIN>\<USERNAME>
APJP_HTTP_PROXY_SERVER_PASSWORD=<PASSWORD>
0

精彩评论

暂无评论...
验证码 换一张
取 消