Sun Microsystems One Portal Server User Manual

Page 18

Advertising
background image

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>

Advertising