设置和配置IR 3.x兼容模块 setup-and-configure-ir-x-compatibility-module
- 停止
<cmdname class="+ topic/keyword sw-d/cmdname "> PlatformServer</cmdname>。 - 转到ImageServer webapps目录。
- 将ir目录的内容复制到
ROOT目录中。 - 在文本编辑器中打开
ROOT/WEB-INF/web.xml。 - 搜索行
<!-- 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>标记。
recommendation-more-help
a26166cd-f2f4-45ce-996d-96a0f0d6cf49