콘솔 포트 번호 변경

실행 중인 콘솔 포트 번호를 3333으로 변경하려면 다음 XML 업데이트 스크립트를 패치 디렉토리에 추가하십시오.

팁: 포트가 호스트 컴퓨터에서 이미 사용되고 있지 않은지 확인하십시오.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<WinCollectScript version="10.0">
    <Update objPath="SystemSettings" setParam="Console.Port" value="3333" descr="Changing the Config Console's port to 3333" />
</WinCollectScript>