| |
GeekInterview.com > Interview Questions > J2EE
| Print | |
Question: Application Migration
Answer: You are the new WebSphere Administrator for a company, and you are asked to migrate an existing application to an alternate environment. This application is managed by the Corporate Services group and is mission critical, there is very little documentation for this application. Describe all of the steps you would use to deploy this application. |
| May 05, 2009 07:45:00 |
#1 |
| KamleshYadav |
Member Since: May 2009 Total Comments: 3 |
RE: Application Migration |
For deployment of an application we need to have WAR & then EAR files generated. 1) First we need to generate a war file.. 2) Secondly, using that war file we need to generate EAR File, which is finally deployable. 3) Deploy on the Server Thats it! |
| |
Back To Question | |