ProcedureTo deploy an application client module

An application client module, also called a Java application client JAR file, contains the server-side routines for the client.

  1. In the tree component, expand the Applications node.

  2. Select the App Client Modules node.

  3. On the Application Client Modules page, click Deploy.

  4. On the Deployment page, specify the location of the JAR file to deploy.

    The server machine is the host that is running the application server domain administration server. The client machine is the host on which you are viewing the Admin Console through a browser.

  5. Click Next to display the Deploy Application Client Module page.

  6. On the Deploy Application Client Module page, specify the settings for the module.

    1. In the Application Name field, either retain the default name, which is the prefix of the file name, or type another name.

      The default name appears if you chose to upload a file. The application name must be unique.

    2. To verify the structure and contents of the file before deployment, select the Run: Verifier checkbox.

      Verification of large applications can be time-consuming. Verify the file if you suspect it is corrupt or non-portable.

    3. To enable the application to use Java Web Start, select the Java Web Start: Enabled check box.

      Java Web Start provides browser-independent deployment of Java client applications that run directly in a Java VM.

    4. Optionally, enter a brief text description of the application client module.

    5. Choose whether to generate RMI stubs.

      If you choose to generate RMI stubs, static RMI-IIOP stubs are generated and put into the client JAR file.

      For the client-side routines:

      • Typically, the application provider ships a JAR file containing the client-side routines.

      • The application provider gets the client-side stubs by specifying the --retrieve option of the asadmin deploy command.

  7. Click OK to deploy the module.

More Information
To redeploy an application client module

To redeploy your application, click Redeploy. In the next page, provide the path to the JAR file and click OK.

Equivalent asadmin command

deploy

See Also