Set up and configure IR 3.x compatibility module setup-and-configure-ir-x-compatibility-module

  1. Stop <cmdname class="+ topic/keyword sw-d/cmdname "> PlatformServer</cmdname>.
  2. Change to the ImageServer webapps directory.
  3. Copy the contents of the ir directory into the ROOT directory.
  4. Open ROOT/WEB-INF/web.xml in a text editor.
  5. 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. -->
  6. Uncomment the <servlet> and <servlet-mapping> tags.
  7. 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