Enabling Multi-Server Instances

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>.

 

 

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:

<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>

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.

16 Sun ONE Portal Server, Mobile Access 6.2 • Administrator’s Guide • December 2003

Page 18
Image 18
Sun Microsystems One Portal Server manual Here is the fragment