문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| service:was:weblogic:install [2009/01/03 02:17] – starlits | service:was:weblogic:install [2025/10/03 22:30] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 193: | 줄 193: | ||
| Configure Administrative Username and Password: | Configure Administrative Username and Password: | ||
| ----------------------------------------------- | ----------------------------------------------- | ||
| - | Create a user automatically assigned to the Administrative Role. This user is the default administrator used to start development mode servers. | + | Create a user automatically assigned to the Administrative Role. |
| + | This user is the default administrator used to start development mode servers. | ||
| | Name | | Name | ||
| | | ||
| 줄 211: | 줄 212: | ||
| Configure Administrative Username and Password: | Configure Administrative Username and Password: | ||
| ----------------------------------------------- | ----------------------------------------------- | ||
| - | Create a user automatically assigned to the Administrative Role. This user is the default administrator used to start development mode servers. | + | Create a user automatically assigned to the Administrative Role. |
| + | This user is the default administrator used to start development mode servers. | ||
| "*User password:" | "*User password:" | ||
| Input new *User password: OR [Exit][Reset][Accept]> | Input new *User password: OR [Exit][Reset][Accept]> | ||
| 줄 219: | 줄 221: | ||
| Configure Administrative Username and Password: | Configure Administrative Username and Password: | ||
| ----------------------------------------------- | ----------------------------------------------- | ||
| - | Create a user automatically assigned to the Administrative Role. This user is the default administrator used to start development mode servers. | + | Create a user automatically assigned to the Administrative Role. |
| + | This user is the default administrator used to start development mode servers. | ||
| | Name | | Name | ||
| | | ||
| 줄 238: | 줄 241: | ||
| Configure Administrative Username and Password: | Configure Administrative Username and Password: | ||
| ----------------------------------------------- | ----------------------------------------------- | ||
| - | Create a user automatically assigned to the Administrative Role. This user is the default administrator used to start development mode servers. | + | Create a user automatically assigned to the Administrative Role. |
| + | This user is the default administrator used to start development mode servers. | ||
| | Name | | Name | ||
| | | ||
| 줄 351: | 줄 355: | ||
| ==== Start & Shutdowon 정리 ==== | ==== Start & Shutdowon 정리 ==== | ||
| - | 위와 같이 Weblogic Admin, Managed Server 를 시작, | + | * 위와 같이 Weblogic Admin, Managed Server 를 시작, |
| <code bash> | <code bash> | ||
| #!/bin/sh | #!/bin/sh | ||
| + | # | ||
| + | # desc : weblogic admin/ | ||
| + | # starlits@adminschool.net | ||
| + | # | ||
| ############################################################### | ############################################################### | ||
| 줄 482: | 줄 490: | ||
| - | ===== 그 외 ===== | ||
| - | Apache 와 연동하는 법, 클러스터 구성하는 법 등에 대해서는 필요시 다시 정리하겠다. | ||
| - | 특히 클러스터를 구성을 하려면 L4가 있던지, Apache 와 연동이 되어 있어야 한다는 점은 알고 있어야겠다. | ||