코히어런스
[요약] Coherence 설치
투칼론
2023. 3. 10. 12:34
반응형
1. 다운로드
https://www.oracle.com/middleware/technologies/coherence-downloads.html
4가지 설치 모듈
1) WebLogic Server and Coherence Install (설치파일 : fmw_version_wls.jar)
: Coherence가 포함된 전체 WebLogic Server 설치
2) Coherence Stand-Alone Install (설치파일 : fmw_version_coherence.jar)
: 그래픽 모드 또는 Silent 모드에서 실행할 수 있는 전체 Coherence 설치
3) Coherence Quick Install (설치파일 : fmw_version_coherence_quick.jar)
- Silent 모드에서만 실행되는 최소 Coherence 설치. 작은 설치 공간을 제공하며 API 문서나 예제를 포함하지 않음
4) Coherence Quick Install Supplemental (설치파일 : fmw_version_coherence_supplement.jar)
- Silent 모드에서 실행되는 추가 설치. API 설명서와 예제만 포함되어 있음.
2. 설치 매뉴얼
https://docs.oracle.com/en/middleware/standalone/coherence/14.1.1.0/install/index.html
3. 설치 방법
1) 그래픽 모드
java -jar fmw_version_coherence.jar
2) Silent 모드
java -jar fmw_version_coherence.jar -silent -responseFile full_path_to_response_file -waitForCompletion -invPtrLoc /MyDirectory/oraInst.loc
4. 설치 후 디렉터리 구조
drwxr-x--- 9 geonho staff 288B 1 17 14:49 bin
drwxr-x--- 4 geonho staff 128B 1 17 14:49 doc
drwxr-x--- 8 geonho staff 256B 1 17 14:49 examples
drwxr-x--- 26 geonho staff 832B 1 17 14:49 lib
drwxr-x--- 5 geonho staff 160B 1 17 14:49 plugins
-rw-r----- 1 geonho staff 100B 11 21 2019 product.xml