이전 항목: IIS(7.x)에서 구성 완료다음 항목: JBoss에 대한 프록시 플러그 인 설치


iPlanet 또는 Apache에서 구성 완료

IBM HTTP Server와 프록시 플러그 인을 구성했으면 프록시 plugin-cfg.xml이 올바른 위치에 있는지 확인하고 웹 서버를 다시 시작하십시오.

다음 단계를 수행하십시오.

  1. 프록시 플러그 인을 설치한 시스템에서 다음 위치로 plugin-cfg.xml을 복사합니다.

    websphere_home\AppServer\profiles\server_name\config\cells\websphere_cell\nodes\webserver1_node\servers\webserver1\

  2. WebSphere 플러그 인(libns41_http.so)이 모든 iPlanet Web Server의 SiteMinder 웹 에이전트 플러그 인(NSAPIWebAgent.so) 뒤에 로드되는지 확인합니다.
  3. IPlanet 6.0 웹 서버의 경우 iplanet_home/https-instance/config/magnus.conf에서 플러그 인의 순서를 확인합니다.
  4. iplanet_home/https-instance/config/magnus.conf에서 iplanet_home/https-instance/config/obj.conf로 다음 줄을 복사합니다(IPlanet 5.x 웹 서버).

    Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/export/WebSphere/AppServer/bin/libns41_http.so"

    Init fn="as_init" bootstrap.properties="/export/WebSphere/AppServer/config/cells/plugin-cfg.xml"

    obj.conf 파일의 AuthTrans fn="SiteMinderAgent" 뒤에 다음 코드를 추가합니다.

    Service fn="as_handler"

  5. SiteMinder 웹 에이전트 플러그 인(mod2_sm.so)이 Apache Web Server의 WebSphere 플러그 인(mod_ibm_app_server_http.so) 앞에 로드되는지 확인합니다. 이 명령은 apache_home/config/httpd.conf의 Dynamic Shared Object (DSO) Support 섹션에 있습니다.
  6. 웹 서버를 다시 시작합니다.