IR 3.x互換モジュールをセットアップし、構成する必要があります。
<cmdname class="+ topic/keyword sw-d/cmdname "> PlatformServer</cmdname>
.<!-- Uncomment this to enable the Image Rendering 3.x protocol emulation. Only do this when you unpack ir.war in the ROOT webapp. -->
行を探します<servlet>
タグと<servlet-mapping>
タグのコメントを解除します。<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>
タグのコメントを解除します。