Sun Java System Portal Server 7.1 Configuration Guide

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

  1. Start the Directory Server instance.

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

  3. Ensure that Web Server instance is running.


    WebServer_base/SUNWwbsvr7/bin/wadm
    set-config-prop --user=admin --port=8989 
    --password-file=passfile
    --config=host_name platform=64
    
    WebServer_base/SUNWwbsvr7/bin/wadm
    set-thread-pool-prop --user=admin --port=8989
    --password-file=passfile
    --config=host_name stack-size=261144
    
    WebServer_base/SUNWwbsvr7/bin/wadm 
    set-jvm-prop --user=admin --port=8989
    --password-file=passfile --config=
    host_name native-library-path-prefix=
    "/PortalServer_base/SUNWportal/lib/sparcv9" (amd64 for x86)
    
    WebServer_base/SUNWwbsvr7/bin/wadm 
    delete-jvm-options --user=admin --port=8989 
    --password-file=passfile --config=
    host_name "-Xms512M -Xmx768M -Xss128k"
    
    WebServer_base/SUNWwbsvr7/bin/wadm
    create-jvm-options --user=admin --port=8989
    --password-file=passfile --config=
    host_name "-Xms512M -Xmx768M -Xss512k"
  4. Remove all compiled JSPs for the Portal desktop.


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

    WebServer_base/SUNWwbsvr7/bin/wadm deploy-config
    --user=admin --password-file=
    passfile --port=8989 --restart=true 
    host_name