|
The following types of applications can be deployed using the Management Console:
Table 1: File extensions supported
| Type | Description |
| .ear | EJB applications |
| .war | Web applications |
| .jar | Java applications |
| .rar | Resource archive applications.(rars) can be deployed on the Server in two ways - independently as a .rar file or after being packaged within an ear file. If the rar is deployed independently, the resource adapter exists at the server level and any application can use its configured connection factories. If the rar is deployed as an ear, the resource adapter is specific to that archive. |
|