If application bindings were not specified for all enterprise beans or resources in an application during application development or assembly, you can select to generate default bindings. After application installation, you can modify the bindings as needed using the administrative console.
An example of a simple .ear file installation using the default bindings follows:
Click Applications > Install New Application in the console navigation tree.
For this example, the base file name is my_appl.ear and the file resides on a server at /home/myuserid/myapps.
Assuming the node is MYISERIES, click MYISERIES, home, * myuserid, myapps, my_appl.ear *, and then OK.
Using the default bindings causes any incomplete bindings in the application to be filled in with default values. Existing bindings are not changed. By choosing this option, you can skip many of the steps on the Install New Application page and go directly to the Summary step.
On the Manage modules panel, you can map modules to other servers such as Web servers. If you want a Web server to serve the application, use the Ctrl key to select an application server or cluster and the Web server together in order to have the plug-in configuration file plugin-cfg.xml for that Web server generated based on the applications which are routed through it.
Examine the application installation progress messages. If the application installs successfully, save your administrative configuration. You can now see the name of your application in the list of deployed applications on the Enterprise Applications page accessed by clicking Applications > Enterprise Applications in the console navigation tree.
If the application does not install successfully, read the messages to
identify why the installation failed. Correct problems with the application
as needed and try installing the application again.