허니몬의 IT 이야기/리눅스 이야기, 우분투
1.Oracle Weblogic Create Domain and Configurate.


  1.1. Configuration Wizard 실행(그림1) -> Next
그림1

그림1


  1.2. Generate a domain configured automatically to support the following products 선택(그림2) -> Next
그림2

그림2


  1.3. Enter the name and location for the domain(그림3) -> Next
  Ex) Domain name : mydomain
        Domain location : /home/honeymon/Oracle/Middleware/user_projects/domains
그림3

그림3


  1.4. Configure Administrator User Name and Password -> Next
         관리자명과 비밀번호 입력


  1.5. Configure Server Start Mode and JDK(그림5) -> Next
    - Development Mode -> 학습목적 혹은 개발서버로 이용시 선택
    - Production Mode -> 서비스 목적으로 이용시 선택
    JDK 선택
그림5

그림5


  1.6. Select Optional Configuration(그림6) -> Next
    -> 웹로직 학습을 위해서 모두 선택함. 굳이 체크 안하셔도 될듯 합니다. ^^;
그림6

그림6


  1.7. Configure the Administration Server(그림7) -> Next
    -> 관리서버의 기본셋팅, 이름, Listen address(127.0.0.1 and localhost), Port : 7001
그림7

그림7


  1.8. Configure Managed Server(그림8) -> Next
    -> 현재 관리하는 다른 서버는 없음.
그림8

그림8


  1.9. Configure Clusters(그림9) -> Next
그림9

그림9


  1.10. Configure Machines -> Next

  1.11. Configure RDBMS Security Store Database(그림11) -> Next

  1.12. Configure Summary(그림12) -> Next
그림12

그림12


  1.13. Creating Domain(그림13) -> Complete -> Done
그림13

그림13


  1.14. 'User Projects' 폴더 내에 'domains/mydomain' 확인 가능(그림14) -> 이동 ->
그림14

그림14


  1.15. startWebLogic.sh 실행(그림15)
그림15

그림15


  1.16. http://localhost:7001/console 접속(그림16)
그림16

그림16


  1.17. Administration Cosole 실행화면(그림17) - 실행완료.