Sun Microsystems One Portal Server Instrukcja Użytkownika Strona 18

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 22
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 17
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>
Przeglądanie stron 17
1 2 ... 13 14 15 16 17 18 19 20 21 22

Komentarze do niniejszej Instrukcji

Brak uwag