Oracle Waveset Installation

Step 2. Deploy Waveset on Oracle Glassfish Server

ProcedureTo Deploy Waveset on Oracle Glassfish Server

  1. Open a command prompt, then change to the staging directory where you installed the Waveset files. (This is the directory you specified in Step 1: Install the Waveset Software.)

  2. Create a .war file with the Waveset files by using the jar.exe (on Windows) or jar (on UNIX) command:

    c:\java1.5\bin\jar.exe cvf ..\idm.war * /usr/bin/jar cvf ../idm.war *

  3. Launch your application server and log in to the Java System Application Server Admin Console.

  4. Navigate to and expand the Applications folder in the left panel.

  5. Click the Web Applications folder.

  6. Click Deploy in the right panel.

  7. Enter the file path for the idm.war file, and then click Next.

  8. When prompted, set the Application Name to idm. Set the Context Root to /idm, and then click Finish.

  9. If you are deploying on Platform Edition 9, perform the following steps to ensure that you can create resources in Waveset.

    1. Click on the Application Server link in the left pane of the Admin Console

    2. Select the JVM Settings tab, then select the JVM Options tab.

    3. Click Add JVM Option.

    4. Add the the following to the blank box in the Value column:

      -Dcom.sun.enterprise.server.ss.ASQuickStartup=false

    5. Click Save.

  10. Do NOT restart the application server. Continue to Step 3: Edit the server.policy File on the Application Server.