컨테이너 인증을 위해 ClearQuest® Web
클라이언트 구성
이 태스크 정보
경로 이름에는 다음 변수가 사용됩니다.
- WAShome
- WebSphere Application Server가 설치되어 있는 디렉토리
- cqwebProfile
- Rational ClearQuest Web 프로파일의 이름
프로시저
- 다음 디렉토리에 있는 ClearQuest Web 서버 컨테이너 인증 특성 파일
sso.properties를 편집하십시오.

- WAShome\profiles\cqwebProfile\installedApps\dfltCell\TeamEAR.ear\cqweb.war\WEB-INF\classes\sso.properties

- WAShome/profiles/cqwebProfile/installedApps/dfltCell/TeamEAR.ear/cqweb.war/WEB-INF/classes/sso.properties
참고: 
ClearQuest가 Solaris 운영 체제에 설치된 경우 기본 WebSphere Application Server 셀 디렉토리는
<srv>Node01Cell입니다.
Windows, UNIX 및 Linux 시스템의 기본 디렉토리인
dfltCell 대신
이 값을 사용하십시오.
- SSO_CLIENT_ENABLE 설정을 true로 변경하십시오.
SSO_CLIENT_ENABLE=true
- 이전 주제 컨테이너 인증을 위한 CM 서버 구성에서 작성한 암호화된 비밀번호를 복사하여
SSO_CLIENT_PASSWORD 값으로 붙여넣으십시오.
SSO_CLIENT_PASSWORD=password_generated_by_running_cqrpc
예를 들어, 다음과 같습니다.
SSO_CLIENT_PASSWORD=FIPS955f13dbb44386be99d855ae73081e26cd4c03017793936fc746bfc12b03caaa5a1057d415b9ef51f501e8938c9456da1ca4bd1888921e64c29d2cb6ea619f1fb3d07b8b2b6de4030fe0f00a11f39d7c2a4b0766355f81dabb1eba7ba285e8fa50951b9df5a887b2c2e1fdfb5bc2d27ab20ba8cc6c2e8e0964559f72635788783896ca178d2b314934fe316efa34a2025ab84fc3c1b8bdb3ce0cabbddccab224258024bb5defda026c85e5d5e743eff4
- SSO_LOGIN_MODE 설정을 REQUEST로 변경하십시오.
SSO_LOGIN_MODE=REQUEST
이 설정을 사용하면 ClearQuest Web
클라이언트가 WebSphere® Application
Server로 인증한 사용자 이름을 찾을 수 있습니다.
- 수정된 sso.properties 파일을 저장하십시오.
- 업데이트된 sso.properties 파일이 있는 작업 디렉토리로 변경하십시오.
- 명령 창에서 WebSphere Application Server wsadmin 유틸리티를
시작하십시오.

- "WAShome\profiles\cqwebProfile\bin\wsadmin"

- WAShome/profiles/cqwebProfile/bin/wsadmin
- 다음 명령을 실행하십시오.
wsadmin> $AdminApp
update TeamEAR file {-operation update -contents updated_sso.properties -contenturi
cqweb.war/WEB-INF/classes/sso.properties}
wsadmin> $AdminConfig
save
wsadmin> exit
- WebSphere Application
Server를 다시 시작하여 sso.properties 파일의
변경을 활성화하십시오.