Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure compiler options


To configure compiler options for a deployed EJB:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Administration Console, select Deployments.

    EJBs and other deployed applications and modules are listed.

  3. In the right pane, click the name of the EJB application for which you want to configure compiler options.
  4. Select the Configuration > Application tab.
  5. Enter the Java compiler to be used for the EJB module.
  6. Enter RMI compiler options.
  7. Enter EJB compiler options.

    Note: You can specify RMI and EJB compiler options at the server level, on the Server > Configuration > General page. The EJB-level setting takes precedence over the server-level setting.

    For more information on EJB compiler options, see appc Reference.

  8. Select the check box to enable or disable the ability to keep generated source files.
  9. Select the check box to enable or disable forced regeneration of wrapper classes.
  10. Click Apply.
  11. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Back to Top