WebSphere® Application
Server에서 Crystal Server용 JAAS를 구성합니다.
프로시저
Crystal Server용 JAAS를 구성하려면 다음을 수행하십시오.
- 다음 Content Engine 또는 컨텐츠 플랫폼 엔진 서버 디렉토리에서
jaas.conf.WebSphere 파일을 복사하십시오.
CE_install_path/FileNet/ContentEngine/config/samples
다음 Crystal Server로
복사하십시오.
옵션 |
설명 |
WebSphere Application
Server |
C:/Program Files/IBM/WebSphere/AppServer/java/jre/lib/security |
WebSphere Application
Server 클라이언트 |
C:/Program Files/IBM/WebSphere/AppClient/java/jre/lib/security |
- WebSphere Application
Server 또는 WebSphere Application
Server
클라이언트와 함께 사용되는 java.security 파일이 jaas.conf.WebSphere 파일을 가리키도록 편집하십시오.
예를 들어, Windows WebSphere Application
Server에서
다음 단계를 완료하십시오.
- 편집을 위해 다음 파일을 여십시오. C:/Program
Files/IBM/WebSphere/AppServer/java/jre/lib/security/java.security
- 다음 행을 주석 제거하고 업데이트하십시오.
#login.config.url.1=file:${user.home}/.java.login.config
이와 같이 수행하면 다음과 같이 새로 복사된 jaas.conf.WebSphere 파일을 가리키게 됩니다.
WebSphere Application
Server:
login.config.url.1=file:"C:/Program
Files/IBM/WebSphere/AppServer/java/jre/lib/security/jaas.conf.WebSphere"
중요사항: 경로에 공간이 있는 경우 큰따옴표로
묶어야 합니다.
WebSphere Application
Server에 대한 애플리케이션 클라이언트:
login.config.url.1=file:"C:/Program
Files/IBM/WebSphere/AppClient/java/jre/lib/security/jaas.conf.WebSphere"
중요사항: 경로에 공간이 있는 경우 큰따옴표로
묶어야 합니다.