Sun Java System Portal Server 7.1 Configuration Guide

Switching Portal Server Installation From 64–bit Mode to 32–bit Mode

If you have installed Portal Server in 64–bit mode, you can use the following procedure to convert Portal Server to support 32–bit mode. After configuring Portal Server to support 32–bit mode, you need to manually configure the search server.

ProcedureTo Switch Portal Server Installation From 64–bit Mode to 32–bit Mode

  1. Start the Directory Server instance.

  2. Ensure that the Web Server administrator server is running.

  3. Ensure that Web Server instance is running.

  4. Configure Web Server to support 32–bit mode.


    WebServer_base/SUNWwbsvr7/bin/wadm set-config-prop
    --user=admin --port=8989 --password-file=passfile
    --config=host_name platform=32
    
    WebServer_base/bin/wadm set-jvm-prop
    --user=admin --port=8989 --password-file=passfile
    --config=host_name 
    ative-library-path-prefix="/PortalServer_base/SUNWportal/lib
  5. Remove all compiled JSPs for the Portal desktop.

    rm -rf /var/opt/SUNWportal/portals/PORTAL_ID/desktop/compiled/_jsps/*


    WebServer_base/bin/wadm
    deploy-config --user=admin --password-file=
    passfile --port=8989 
    --restart=true host_name
    
  6. Stop and start the Web Server instance.

ProcedureTo Configure the Search Setup from 64–bit Mode to 32–bit Mode

  1. Go to the Search Server directory.

    cd /var/opt/SUNWportal/searchservers/searchserver_name/db

  2. Remove the unwanted files.

    rm -rf _*

  3. Edit the search.conf file.

    vi /var/opt/SUNWportal/searchservers/search1/config/search.conf

  4. Set the search-platform property to 32.

  5. Stop and start the Web Server instance.