如果已安装了 Portal Server 7.1 应用程序,默认情况下 Mobile Access 功能被禁用。要在 Portal Server 7.1 中启用 Mobile Access 功能,则在 Webserver 中执行以下任务:
打开 /var/opt/SUNWwbsvr7/admin-server/config-store/host-name/web-app/host-name/amserver/WEB-INF/web.xml 文件和 /var/opt/SUNWwbsvr7/https-host-name/web-app/host-name/amserver/WEB-INF/web.xml 文件。
在 web.xml 文件中搜索 filter 条目。
取消注释 amlcontroller 的条目并保存文件。amlcontroller 文件中需要取消注释的行是:
<filter> <filter-name>amlcontroller</filter-name> <filter-class>com.sun.mobile.filter.AMLController</filter-class> </filter> <filter-mapping> <filter-name>amlcontroller</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> |
重新启动 Application Server/Web Server。
在 Application Server 中,执行以下任务:
打开 /var/opt/SUNWappserver/domains/domain1/generated/xml/j2ee-modules/amserver/WEB-INF/web.xml 文件和 /var/opt/SUNWappserver/domains/domain1/applications/j2ee-modules/amserver/WEB-INF/web.xml 文件。
在 web.xml 文件中搜索 filter 条目。
取消注释 amlcontroller 的条目并保存文件。
重新启动 Application Server/Web Server。
登录 Portal Server 控制台应用程序。
单击 "Portal" 选项卡。
单击可用门户列表中的 portal1 门户。
在“选择 DN”下拉列表中选择 DeveloperSample。
将“桌面属性”中可用的 "ParentContainer" 字段的值更改为 WirelessDesktopDispatcher。