Set up and configure IR 3.x compatibility module :headding-anchor:setup-and-configure-ir-x-compatibility-module
- Stop
<cmdname class="+ topic/keyword sw-d/cmdname "> PlatformServer</cmdname>
. - Change to the ImageServer webapps directory.
- Copy the contents of the ir directory into the
ROOT
directory. - Open
ROOT/WEB-INF/web.xml
in a text editor. - Search for the line
<!-- Uncomment this to enable the Image Rendering 3.x protocol emulation. Only do this when you unpack ir.war in the ROOT webapp. -->
- Uncomment the
<servlet>
and<servlet-mapping>
tags. - Restart
<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.xml
using 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.
recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49