更新受 LDAP 保护的门户的安全性限制
在使用 ArcGIS Web Adaptor (Java Platform) 的受 LDAP 保护的门户上,需执行额外的步骤以配置 Operations Dashboard。将文件复制到门户后,您需要在 web.xml 文件中更新安全性限制。
- 以管理员身份打开命令提示符。
- 输入 cd <Web Adaptor 目录>(其中 <Web Adaptor 目录> 是 ArcGIS Web Adaptor 的安装路径)浏览至 ArcGIS Web Adaptor (Java Platform) 的 web.xml 文件。例如,cd /data/installed/apache-tomcat-7.0.20/arcgis/WEB-INF。
- 打开 web.xml 文件进行编辑。
- 在 <welcome-file-list> 部分之后插入以下行:
<security-constraint> <web-resource-collection> <web-resource-name>Unsecured operations dashboard</web-resource-name> <url-pattern>apps/dashboard-win/*</url-pattern> </web-resource-collection> </security-constraint>
- 保存并关闭文件。
- 重新启动 Web 应用程序服务器。
- 继续在门户上创建项目。