IBM® Enterprise Records REST Servicesweb.xml 파일을 편집하여 Oracle WebLogic에 대한 REST Services를 구성해야 합니다.
프로시저
Oracle WebLogic에 대한 web.xml 파일을 구성하려면 다음을 수행하십시오.
- Application Engine 또는 Workplace XT 설치 위치의 WEB-INF 폴더로 이동하십시오. 예를 들어 Windows의 경우 C:\Program Files\IBM\FileNet\WebClient\WorkplaceXT\WEB-INF입니다.
- weblogic.xml 파일을 IERRest_install_path\distribution\WEB-INF 디렉토리에 복사하여 이 파일의 기존 인스턴스를 대체하십시오.
- IERRest_install_path\distribution\WEB-INF 디렉토리로 이동하십시오.
- web.xml 파일의 백업 사본을 작성하십시오(아직 없는 경우).
- 선호하는 편집기를 사용하여 IBM Enterprise Records REST Services web.xml 파일을 다음과 같이 편집하여 변경하십시오.
- <web-resource-collection>/<web-resource-name> XML 요소 값이 Secured Resources인 첫 번째 <security-constraint> XML 요소에서 기존 <role-name> 요소의 값을 All authenticated에서 *로 변경하십시오.
- <web-resource-collection>/<web-resource-name> XML 요소 값이 Unsecured Resources인 전체 두 번째 <security-constraint> XML 요소를 삭제하십시오.
- <security-role> XML 요소와 해당 컨텐츠를 모두 삭제하십시오.
- web.xml 파일을 저장하고 닫으십시오.