The Management Console displays the contents of a deployed application on the following tabs. If you update any values, click Apply to save your changes:
General On the General tab, you can enter a description for the application, and specify the class loader.
AppClientModule Contains links to the application client modules in the application. To display the configuration properties for an application client, click its link.
application.xml Displays the contents of the deployment descriptor.
Configuration Displays the Ant configuration script that defines the application. To add configuration properties or change existing property values, see “Configuring application properties.”
User Configuration Displays the application’s user configuration file. To add configuration properties or change existing property values, see “Configuring application properties.”
EJB Modules Contains links to the EJB modules in the application. To display the configuration properties for a EJB module, click its link.
Web Modules Contains links to the Web modules in the application. To display the configuration properties for a Web module, click its link.
Configuring application properties
To update application properties, edit the user configuration file, rather than the Ant configuration script.
If you see a User Configuration tab, select it; otherwise:
In the left pane, highlight the application, right-click, and select Create User Configuration.
Highlight the application again, right-click, and select Refresh Node. A user configuration script is created and displays in a new User Configuration tab. Select the tab.
Add properties and values you want to change. You can copy property definitions from the Ant configuration script, then edit the values. If you reconfigure or recompile the application, the property values in the user configuration script override the property values in the Ant script.
For information about creating and configuring Ant scripts and user configuration scripts, see Chapter 2, “Ant-Based Configuration,” in the EAServer Automated Configuration Guide.
Recompile the application. In the left pane, highlight the application, right-click, and select Run Ant Recompile.
Refresh the server.