Sun Java System Portal Server 7 2005Q4 Release Note Supplement

ProcedureCompleting Installation on BEA WebLogic Server

If you installed the Portal Server software on BEA WebLogic Server, you must install the Portal Server administration console (psconsole) on Sun Java System Web Server to administer the Portal Server via the console. Also, you must manually deploy WAR files in /var/opt/SUNWportal/portals/portal-ID/war directory. You must perform the tasks in this section on the host where the Portal Server software is installed.

Steps
  1. Deploy the WAR files in /var/opt/SUNWportal/portals/portal-ID/war directory. For example, type:

    ./usr/local/bea/jdk142_05/jre/bin/java -classpath /usr/local/bea/weblogic81/server/lib/weblogic.jar weblogic.Deployer -adminurl http://HOST:DOMAIN:PORT -name /portal -username username -password password -deploy /var/opt/SUNWportal/portals/PORTALID/war/portal.war
    ./usr/local/bea/jdk142_05/jre/bin/java -classpath /usr/local/bea/weblogic81/server/lib/weblogic.jar weblogic.Deployer -adminurl http://HOST:DOMAIN:PORT -name /portal -username username -password password -deploy /var/opt/SUNWportal/portals/PORTALID/war/portletsamples.war
    • To deploy the WAR files in /var/opt/SUNWportal/portals/portal-ID/war directory through the WebLogic administration console:

      1. Log in to the WebLogic administration console and select the Admin Server from the domain it was created.

      2. Select the Web Applications Modules and click on Deploy a new Web Application Module.

      3. Follow the instruction to choose the war file on the file system of the Admin Server machine and deploy them.

  2. Restart the WebLogic Server after completing the configuration.

  3. Install the Sun Java System Web Server software.

  4. Deploy the psconsole.war file using the web server wdeploy command.