SupervisorRegistry.xml supervisorregistry-xml

서버 감독자 구성 설정을 포함합니다.

이 XML 파일을 편집할 때는 유효한 XML 구문을 유지해야 합니다. 그렇지 않으면 이미지 서버를 시작하지 못할 수 있습니다.

이 파일을 편집한 후 이미지 서비스를 다시 시작하여 변경 사항이 적용되도록 합니다. 아래 강조 표시된 요소/속성 값만 수정할 수 있습니다. Dynamic Media 기술 지원에서 권장하는 경우에만 이 파일의 다른 모든 콘텐츠를 편집합니다.

<supervisor>
    <config>
        <tcpport>9910</tcpport>
        <log>SV::log</log>
        <temp>SV::temp</temp>
        <tracelevel>SV::tracelevel</tracelevel>
        <tracestatsinterval>600</tracestatsinterval>
    </config>
    <servers>
        <server id="is">
            <description>Dynamic Media Image Server</description>
            <profile ref="SV::ImageServerMode"/>
            <startPriority>1</startPriority>
            <startDelay>5</startDelay>
            <stopTimeout>60</stopTimeout>
        </server>
        <server id="svg">
            <description>Dynamic Media SVG server</description>
            <profile ref="Java32"/>
            <profile ref="SVG"/>
            <arguments>
                <argument>-XmxSV::SvgHeapSize</argument>
                <argument>-XX:MaxPermSize=200m</argument>
                <argument>-Dcom.sun.management.jmxremote.port=9998</argument>
            </arguments>
            <startPriority>1</startPriority>
            <startDelay>5</startDelay>
            <stopTimeout>60</stopTimeout>
        </server>
        <server id="ps">
            <description>Dynamic Media Platform Server</description>
            <profile ref="Java32"/>
            <profile ref="PlatformServer"/>
            <profile ref="Tomcat"/>
            <arguments>
                <argument>-XmxSV::PsHeapSize</argument>
                <argument>-XX:MaxPermSize=200m</argument>
                <argument>-Dcom.sun.management.jmxremote.port=9999</argument>
            </arguments>
            <startPriority>2</startPriority>
            <startDelay>5</startDelay>
            <stopTimeout>60</stopTimeout>
        </server>
    </servers>
</supervisor>
recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49