2010. 1. 26. 15:36
[weblogic] [펌] Domain 생성 11g WebLogic/[2] Domain 생성2010. 1. 26. 15:36
090929, Oracle Weblogic 기본설정(Domain 생성)
Posted at 2009/09/29 22:32// Posted in 허니몬의 IT 이야기/허니몬의 리눅스 이야기, 우분투1.Oracle Weblogic Create Domain and Configurate. |
1.2. Generate a domain configured automatically to support the following products 선택(그림2) -> Next
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
1.4. Configure Administrator User Name and Password -> Next
관리자명과 비밀번호 입력
1.5. Configure Server Start Mode and JDK(그림5) -> Next
- Development Mode -> 학습목적 혹은 개발서버로 이용시 선택
- Production Mode -> 서비스 목적으로 이용시 선택
JDK 선택
1.6. Select Optional Configuration(그림6) -> Next
-> 웹로직 학습을 위해서 모두 선택함. 굳이 체크 안하셔도 될듯 합니다. ^^;
1.7. Configure the Administration Server(그림7) -> Next
-> 관리서버의 기본셋팅, 이름, Listen address(127.0.0.1 and localhost), Port : 7001
1.8. Configure Managed Server(그림8) -> Next
-> 현재 관리하는 다른 서버는 없음.
1.9. Configure Clusters(그림9) -> Next
1.10. Configure Machines -> Next
1.11. Configure RDBMS Security Store Database(그림11) -> Next
1.12. Configure Summary(그림12) -> Next
1.13. Creating Domain(그림13) -> Complete -> Done
1.14. 'User Projects' 폴더 내에 'domains/mydomain' 확인 가능(그림14) -> 이동 ->
1.15. startWebLogic.sh 실행(그림15)
1.16. http://localhost:7001/console 접속(그림16)
1.17. Administration Cosole 실행화면(그림17) - 실행완료.