适用于 Microsoft Windows 的 Sun Java Enterprise System 5 安装指南

启动和停止 Portal Server Secure Remote Access

Portal Server 的 Secure Remote Access 组件提供基于浏览器的安全远程访问,允许用户从具有支持 Java 技术的浏览器的任何远程设备来访问 portal 内容和服务。Gateway 子组件通过单一接口从内部 Web 服务器和应用服务器向远程用户安全地提供内容。Portal Server Secure Remote Access 依赖于 Portal Server 和 Access Manager 或 Access Manager SDK。

Procedure启动 Portal Server Secure Remote Access Gateway

  1. 安装 Gateway 子组件并创建所需的配置文件后,启动 Gateway。

    gateway-install-root \bin\psadmin.bat start-sra-instance --adminuser amadmin --passwordfile passwordFileName --name default --type gateway

    default 是在安装期间所创建的默认网关配置文件。您可在以后创建您自己的配置文件,并且以新的配置文件启动 Gateway。

  2. 检查 Gateway 是否在指定的端口上运行。


    netstat -a

    默认的 Gateway 端口为 443。

Procedure停止 Portal Server Secure Remote Access Gateway

  1. 停止 Gateway。

    gateway-install-root\bin\psadmin.bat stop-sra-instance --adminuser amadmin --passwordfile passwordFileName --name default --type gateway

    此命令将停止在主机上运行的所有 Gateway 实例。