<cmdname class="+ topic/keyword sw-d/cmdname "> PlatformServer</cmdname>
.ROOT
directory.ROOT/WEB-INF/web.xml
in a text editor.<!-- 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.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.