You must set up and configure the IR 3.x compatibility module.
<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>
and <servlet-mapping>
tags.<cmdname class="+ topic/keyword sw-d/cmdname "> PlatformServer</cmdname>
.Linux Example
cd /usr/local/scene7/ImageServing/webapps/ROOT
cp -r ../ir/* ./
cd WEB-INF
Then edit web.xmlusing your favorite editor to uncomment the <servlet>
and <servlet-mapping>
tags.
Windows Example
Open Explorer and go to C:\Program Files\Scene7\ImageServing\webapps\ir
.
Select all files and folders and copy those inside C:\Program Files\Scene7\ImageServing\webapps\ROOT
.
Then edit the file c:\Program Files\Scene7\ImageServing\webapps\ROOT\WEB-INF\web.xml
,uncommenting the <servlet>
and <servlet-mapping>
tags.