Sun Java System Portal Server 7.1 Configuration Guide

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.