ImageServerRegistry.xml

包含影像伺服器組態設定。

修改此XML檔案時,必須注意保持有效的XML語法,否則影像伺服器可能會無法啟動。

若要讓變更生效,請在編輯此檔案後重新啟動影像伺服器。 僅支援修改下列元素值。 只有在Dynamic Media技術支援提供建議時,才能編輯此檔案的任何其他內容。

注意

不要變更的結構 <imageserverregistry>,包括元素的順序。 編輯此檔案時請小心,否則影像伺服器可能會無法啟動。

以下說明哪些元素可以變更。 存在不可變更的其他元素。 下列元素的順序並未反映它們必須存在於檔案中的順序。

<imageserverregistry>
    <TcpPort> 27345 </TcpPort>
    <RootPath ./images </RootPath>
    <TempDirectory ./temp </TempDirectory>
    <Log> ./logs/ImageServer.log </Log>
    <TraceClient> 2 </TraceClient>
    <TraceStatsInterval> 600 </TraceStatsInterval>
    <PhysicalMemory> 20 </PhysicalMemory>
    <WorkerThreads> 0 </WorkerThreads>
    <SVGTcpPort> 27346 </SVGTcpPort>
    <MaxRenderRgnPixels> 16 </MaxRenderRgnPixels>
    <MaxSavePixels> 100 </MaxSavePixels>
    <MaxMessageSize> 16 </MaxMessageSize>
    <CacheServerUrl> http://localhost:8080/is/cache/secondary </CacheServerUrl>
    <NumberOfTextServers> 0 </NumberOfTextServers>
    <TextServerTcpPortRange> 27347-27380 </TextServerTcpPortRange>
    <SaveDirectory> ./ </SaveDirectory>
    <RemoteUrlDefaultExpiration> 36000 </RemoteUrlDefaultExpiration>
    <RemoteUrlTimeout> 60 </RemoteUrlTimeout>
    <MaxNonDsfSize> 4 </MaxNonDsfSize>
</imageserverregistry>

附註

多個 <RootPath> 元素可能存在(每個來源資料檔案資料夾各一個)。 Image Server會依照指定的順序搜尋根路徑,以尋找特定的來源檔案。

本頁內容