InterviewSolution
| 1. |
How Are The Applications Get Deployed In Websphere Tool Of Ibm? |
|
Answer» The applications in WEBSPHERE get deployed in three ways. These are as follows - HOT deployment - hot deployment includes the copying of the application file simply to the application directory. However, this process is not recommended for production PURPOSES and is suitable for non-production purposes and environment. Scripts - By this, application deployment can be DONE by developing ant tasks or by developing wsadmin scripts. DMGR - simply by clicking new application option from the Application bar, the deployment can be done by DMGR. The applications in WebSphere get deployed in three ways. These are as follows - Hot deployment - hot deployment includes the copying of the application file simply to the application directory. However, this process is not recommended for production purposes and is suitable for non-production purposes and environment. Scripts - By this, application deployment can be done by developing ant tasks or by developing wsadmin scripts. DMGR - simply by clicking new application option from the Application bar, the deployment can be done by DMGR. |
|