Sun Java System Portal Server Mobile Access 7.1 관리 설명서

Portal Server 7.1에서 Mobile Access 기능 사용

Portal Server 7.1 응용 프로그램을 설치한 경우, Mobile Access의 기능은 기본적으로 사용하지 않도록 설정되어 있습니다. Portal Server 7.1에서 Mobile Access 기능을 사용하도록 설정하려면 Web Server에서 다음 작업을 수행합니다.

  1. /var/opt/SUNWwbsvr7/admin-server/config-store/host-name/web-app/host-name/amserver/WEB-INF/web.xml 파일 및 /var/opt/SUNWwbsvr7/https-host-name/web-app/host-name/amserver/WEB-INF/web.xml 파일을 엽니다.

  2. web.xml 파일에서 filter 항목을 검색합니다.

  3. 주석 처리되어 있는 amcontroller 항목의 주석 처리를 해제하고 파일을 저장합니다. amlcontroller 파일에서 주석 처리를 해제해야 할 부분은 다음과 같습니다.


    <filter>
    		<filter-name>amlcontroller</filter-name>
    	<filter-class>com.sun.mobile.filter.AMLController</filter-class>
    </filter>
    
    <filter-mapping>
    	<filter-name>amlcontroller</filter-name>
    	<url-pattern>/*</url-pattern>
    </filter-mapping>
  4. Application Server 및 Web Server를 다시 시작합니다.

    Application Server에서 다음 작업을 수행합니다.

  1. /var/opt/SUNWappserver/domains/domain1/generated/xml/j2ee-modules/amserver/WEB-INF/web.xml 파일 및 /var/opt/SUNWappserver/domains/domain1/applications/j2ee-modules/amserver/WEB-INF/web.xml 파일을 엽니다.

  2. web.xml 파일에서 filter 항목을 검색합니다.

  3. 주석 처리되어 있는 amcontroller 항목의 주석 처리를 해제하고 파일을 저장합니다.

  4. Application Server 및 Web Server를 다시 시작합니다.

ProcedurePortal Server 7.1에서 Mobile Access를 구성하려면

  1. Portal Server 콘솔 응용 프로그램에 로그인합니다.

  2. 포털 탭을 누릅니다.

  3. 사용 가능한 포털 목록에서 portal1 포털을 누릅니다.

  4. DN 선택 드롭다운 목록에서 DeveloperSample을 선택합니다.

  5. 데스크탑 속성에서 사용 가능한 ParentContainer 필드의 값을 WirelessDesktopDispatcher로 변경합니다.

Procedure성공 URL의 변경 사항을 지정하려면

  1. Access Manager 콘솔에 로그인합니다.

  2. 개발자 예제 조직으로 이동합니다.

  3. 서비스를 선택합니다.

  4. 코어 아래에서 사용 가능한 기본 성공 로그인 URL/portal/dt로 변경합니다.