InterviewSolution
| 1. |
I've Made Some Changes To My Applications Web.xml , How And Where Should I Update This File? |
|
Answer» You can do this from the ADMINISTRATION console. Go to enterprise applications –>select your application and click update. on the next panel, you’ll have option to update the entire application, a SINGLE module or EVEN a single file or multiple files. Select the single file option and specify the file’s path you like to update . Specify a relative path to the file that starts from the root of the war/ear file. So it looks something like this : app1.war/WEB-INF/web.xml You can do this from the administration console. Go to enterprise applications –>select your application and click update. on the next panel, you’ll have option to update the entire application, a single module or even a single file or multiple files. Select the single file option and specify the file’s path you like to update . Specify a relative path to the file that starts from the root of the war/ear file. So it looks something like this : app1.war/WEB-INF/web.xml |
|