Oracle OpenSSO 업데이트 2 릴리스 노트

ProcedureOracle Access Manager용 소스 파일을 빌드하는 방법

  1. 다음 명령을 실행합니다.

    cd $openssozipdir/integrations/oracle; ant -f build.xml

    이 명령은 소스 파일을 빌드하고 $openssozipdir/integrations/oracle/dist 디렉토리에 fam_oam_integration.jar을 생성합니다.

  2. 인증 모듈을 OpenSSO WAR 파일에 번들로 묶습니다.

    1. 임시 디렉토리를 만들고 opensso.war을 압축 해제합니다. 예:

      # mkdir /export/tmp
      # cd /export/tmp
      # jar -xvf opensso.war

      이제부터 /export/tmp는 WAR 스테이징 영역으로 사용되며 $WAR_DIR 매크로로 표시됩니다.

    2. $openssozipdir/integrations/oracle/dist/fam_oam_integration.jar$WAR_DIR/WEB-INF/lib로 복사합니다.

    3. $openssozipdir/integrations/oracle/config/OblixAuth.properties$WAR_DIR/WEB-INF/classes로 복사합니다.

    4. $openssozipdir/integrations/oracle/config/OblixAuthModule.xml$WAR_DIR/config/auth/default$WAR_DIR/config/auth/default_en 디렉토리에 복사합니다.

    5. $WAR_DIR에서 jar cvf opensso.war을 사용하여 opensso.war을 다시 압축합니다.

    예제 TBD