IR 3.x 互換モジュールのセットアップと設定 setup-and-configure-ir-x-compatibility-module

  1. <cmdname class="+ topic/keyword sw-d/cmdname "> PlatformServer</cmdname> を停止。
  2. ImageServer webapps ディレクトリに移動します。
  3. ir ディレクトリの内容を ROOT ディレクトリにコピーします。
  4. ROOT/WEB-INF/web.xml をテキストエディターで開きます。
  5. <!-- Uncomment this to enable the Image Rendering 3.x protocol emulation. Only do this when you unpack ir.war in the ROOT webapp. --> を検索
  6. <servlet> タグと <servlet-mapping> タグのコメントを解除します。
  7. <cmdname class="+ topic/keyword sw-d/cmdname "> PlatformServer</cmdname> を再起動します。

Linux® の例

cd /usr/local/scene7/ImageServing/webapps/ROOT

cp -r ../ir/* ./

cd WEB-INF

次に、お気に入りのエディターを使用して web.xml を編集し、<servlet> タグと <servlet-mapping> タグのコメントを解除します。

Windows の例

エクスプローラーを開き、C:\Program Files\Scene7\ImageServing\webapps\ir に移動します。

すべてのファイルとフォルダーを選択し、C:\Program Files\Scene7\ImageServing\webapps\ROOT 内にコピーします。

次に、ファイル c:\Program Files\Scene7\ImageServing\webapps\ROOT\WEB-INF\web.xml を編集し、<servlet> タグと <servlet-mapping> タグのコメントを解除します。

recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49