Sun Java System Instant Messaging 7.2 管理指南

Procedure配置 im.jnlp 中所有 Instant Messaging 客户机连接的代理设置

如果您在 im.jnlp 中设置的代理与用户在线状态文件 (/usr_home/.sunmsgr/messenger.properties ) 中的不同,则使用用户的在线状态。

  1. 在文本编辑器中打开 im.jnlp 资源文件。

  2. 通过添加以下参数指定代理服务器:


    <argument>proxy=proxy-host:proxy-port</argument>

    其中,proxy-host 是代理服务器的全限定域名,proxy-port 是代理服务器侦听收到的请求所使用的端口号。例如, myproxy.siroe.com:8080

  3. 通过添加以下参数指定代理类型:


    <argument>proxy_type=type
    

    其中,type 可为 httphttpssocks 之一。