CA ControlMinder 엔터프라이즈 관리를 설치할 때 메시지 큐 서버는 기본 SSL 통신 포트 번호를 사용하여 구성됩니다. 잘 알려진 포트를 통한 무단 액세스를 방지하기 위한 목적 등으로 CA ControlMinder 엔터프라이즈 관리를 설치한 이후에 이 포트 번호를 수정할 수 있습니다.
예: 메시지 큐 서버 SSL 포트 번호 수정
다음 예는 메시지 큐 서버 SSL 포트 번호를 기본 포트 번호에서 다른 번호를 변경하는 방법에 대해 설명합니다.
메시지 큐 서버 SSL 포트 번호를 수정하려면
참고: 메시지 큐 서버 설정을 수정하기 전에 모든 CA ControlMinder 서비스 및 데몬을 중지하십시오.
ACServer_InstallDir/AccessControlServer/MessageQueue/tibco/ems/bin
url = ssl://PR_DMS_SERVER:7777
listen = ssl://7777
java.naming.provider.url=tibjmsnaming://localhost:7777
[SSLQueueConnectionFactory] type = queue url = ssl://7777 ssl_verify_host = disabled
[SSLTopicConnectionFactory] type = topic url = ssl://7777 ssl_verify_host = disabled
[SSLXAQueueConnectionFactory] type = xaqueue url = ssl://7777 ssl_verify_host = disabled
tibjmsnaming://localhost:7777
이제 메시지 큐 서버 SSL 포트 번호가 원하는 대로 수정됩니다.
|
Copyright © 2013 CA.
All rights reserved.
|
|