Enabling Multi-Server Instances
TIP
Make a back-up copy of this file:
2.
identity-server-installation-root/SUNWam/web-apps-new-instance-name/services/WEB-INF/we
b.xml
Find the filter definition in this file:
3.
identity-server-installation-root/SUNWam/web-apps/services/WEB-INF/web.xml
Here is the fragment:
Add this filter definition before the first <servlet> definition in this file:
4.
identity-server-installation-root/SUNWam/web-apps-new-instance-name/services/WEB-INF/web.
xml
Restart the Web Server instance.
5.
16
Sun ONE Portal Server, Mobile Access 6.2 • Administrator's Guide • December 2003
To do this, use these commands:
wml <
destination-directory
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>
cp -R aml <
destination-directory
>
,
cp -R xml <
destination-directory
>
.
>
,
cp -R
>
, and
cp -R
Need help?
Do you have a question about the One Portal Server and is the answer not in the manual?