インストールおよびアップグレード > PTC FlexPLM のインストールと設定 > 開発、テスト、本番用コンフィギュレーションファイルの修正 > サムネイルの保存先の設定 > Windows ベースのシステムでのサムネイルの場所の設定
  
Windows ベースのシステムでのサムネイルの場所の設定
システムが Windows ベースである場合、以下のステップに従います。
1. custom.lcs.properties を開き、以下の情報を追加します。
com.lcs.wc.content.imagefilePathOverride=\\\\hostname
\\imagesShare
com.lcs.wc.content.imageURL=/RFAImages
2. 以下の情報を追加することで app-RFA-Auth.conf ファイルを修正します。
* 
ファイルのスラッシュが重要です。ここに示されているスラッシュのフォーマットを変更しないでください。
#RewriteEngine on
#RewriteRule ^/Windchill/images(.+)
http://hostname/RFAImages/$1 [R]
### Rewrite rule is only needed if existing images are already in the system.
This ensures references to Windchill/images get redirect to new location
Alias /RFAImages "//hostname/imagesShare"
<Directory "//hostname/imagesShare">
Order allow,deny
Allow from all
</Directory>
<LocationMatch ^/RFAImages(;.*)?>
AuthzLDAPAuthoritative off
AuthName "Windchill"
Options -Indexes
AuthType Basic
AuthBasicProvider Windchill-EnterpriseLdap Windchill-AdministrativeLdap
require valid-user
</LocationMatch>
3. 共有の場所に認証なしでアクセスできることを確認します。認証が必要な場合、Windchill をサービスとして追加し、共有の場所にアクセス可能なユーザーとしてログオンするようそのサービスを変更します。既成のインストールには含まれていないカスタムな場所の AuthBasicProvider が一致するよう設定する必要もあります。AuthBasicProvider の内容が app-Windchill-Auth.conf 内の AuthBasicProvider の値と一致する必要があります。
4. クラスタの場合、すべてのノードが 1 つの共有場所を指すようにします。プロキシ構成の例の「イメージエイリアスの例」のセクションを参照してください。