WebLogic 8.1에서 Listen Address를 설정하지 않았을 때 기본 값
조회 2,315 · 댓글 0
링크 : https://docs.oracle.com/cd/E13222_01/wls/docs81/deployment/overview.html
정리
By default, a server's listen address attribute is undefined, which enables you to reach the server through any of the following listen addresses:
[ul]
[li]The primary IP address of the computer that hosts the server[/li]
[li]The host DNS name[/li]
[li]The localhost string (valid only for requests that are issued from the computer on which the server is running)[/li]
[/ul]
정리
By default, a server's listen address attribute is undefined, which enables you to reach the server through any of the following listen addresses:
[ul]
[li]The primary IP address of the computer that hosts the server[/li]
[li]The host DNS name[/li]
[li]The localhost string (valid only for requests that are issued from the computer on which the server is running)[/li]
[/ul]
로그인 후 답글을 남길 수 있습니다.