Enabling Multi-Server Instances
16
Sun ONE Portal Server, Mobile Access 6.2 • Administrator’s Guide • December 2003
2.
Make a back-up copy of this file:
identity-server-installation-root
/SUNWam/web-apps-
new-instance-name
/services/WEB-INF/we
b.xml
3.
Find the filter definition in this file:
identity-server-installation-root
/SUNWam/web-apps/services/WEB-INF/web.xml
Here is the fragment:
4.
Add this filter definition before the first
<servlet>
definition in this file:
identity-server-installation-root
/SUNWam/
web-apps-new-instance-name
/services/WEB-INF/web.
xml
5.
Restart the Web Server instance.
TIP
To do this, use these commands:
cp -R aml <
destination-directory
>
,
cp -R
wml <
destination-directory
>
,
cp -R xml <
destination-directory
>
, and
cp -R
vxml <
destination-directory
>
.
<filter>
<filter-name>mapcontroller</filter-name>
<filter-class>com.sun.portal.wireless.services.filter.MAPController
</filter-class>
</filter>
<filter-mapping>
<filter-name>mapcontroller</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
Содержание One Portal Server
Страница 1: ...Installation Guide Sun ONE Portal Server Mobile Access Version6 2 816 6832 10 December 2003...
Страница 4: ...2 Sun ONE Portal Server Mobile Access 6 2 Installation Guide December 2003...
Страница 12: ...Patch 116441 01 or Higher 10 Sun ONE Portal Server Mobile Access 6 2 Installation Guide December 2003...