安装应用程序

检查了先决条件应用程序和选项后,请使用这些步骤安装包括 IBM Welcome Page V1.1 和 IBM Telephone Directory V5.2 的 IBM Business Solutions:

  1. 安装包含在 Business Solutions CD 中的 IBM Tivoli Directory Server 5.2(LDAP)。IBM Tivoli Directory Server 包含许多描述安装和配置步骤的文件。

  2. 可以从管理控制台安装两个应用程序 EAR 文件
    http://your_server:9060/admin

    单击右边菜单中的应用程序,然后单击安装新的应用程序

    安装应用程序时,可以接受缺省值

    保存配置

    单击右边菜单中的应用程序,然后单击企业应用程序

    IBM Telephone Directory V5.2 和 IBM Welcome Page V1.1 这两个应用程序将显示为停止。选择应用程序并选择“开始”按钮。

  3. 此时,安装了这两个 Business Solutions,现在需要对它们进行配置。访问 Business Solutions 以完成配置。
    http://your_server:9080/ibm-bizApps/welcome/home.do

    初始安装后,未配置 Business Solutions。将会提示您需要 LDAP 服务器的位置和管理员登录信息。输入 LDAP 服务器的位置以及用户标识和密码。

    如果无法登录,将无法完成配置。一旦登录,输入符合 LDAP 服务器结构的 DN 目录信息。

    将创建配置属性文件并将它们写入以下目录:

    your_server_location/profiles/default/ibs/

    删除这些文件将会清除配置

  4. 安装和配置 IBM HTTP Server V6.0 和 WebSphere 插件。请参阅有关这两个应用程序的文档。

    安装后,请确保以下条目已添加到 IBM HTTP Server V6.0 的 httpd.conf 文件。

    对于 Windows:

    LoadModule was_ap20_module your_web_server_install_location\bin\mod_was_ap20_http.dll WebSpherePluginConfig your_plugin_configuration_location\plugin-cfg.xml LoadModule ibm_ldap_module your_web_server_install_location\modules\IBMModuleLDAP.dll Include your_server_location\profiles\default\ibs\server1\apache20.inc

    对于 Unix:

    LoadModule was_ap20_module your_web_server_install_location\bin\mod_was_ap20_http.so WebSpherePluginConfig your_plugin_configuration_location\plugin-cfg.xml LoadModule ibm_ldap_module your_web_server_install_location\modules\mod_ibm_ldap.so Include your_server_location\profiles\default\ibs\server1\apache20.inc

    第一个 LoadModule 由 IBM HTTP Server V6.0 用来定向针对 WebSphere Application Server for Express V6.0 的请求。plugin-cfg.xml 应该已配置为重定向针对 Business Solutions 的请求。可以通过编辑 plugin-cfg.xml 并搜索以下条目来确认此情况:

          Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/ibm-bizApps/welcome/*"/
          Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/ibm-bizApps/welcomeservlet/*"/
          Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/ibm-bizApps/itd/*"/
          Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/ibm-bizApps/itdservlet/*"/
    

    第二个 LoadModule 引用包含 LDAP 模块的信息,该模块由 IBM HTTP Server V6.0 和 Business Solutions 应用程序使用。apache20.inc 是 IBM HTTP Server V6.0 包含文件,它包含用于提示用户登录的伪指令,并根据 LDAP 服务器确认标识。这由 IBM Telephone Directory 5.2 应用程序使用的“管理”页面完成。

继续 下一步:验证安装和设置