InterviewSolution
Saved Bookmarks
| 1. |
What Is A Context Root? |
|
Answer» Is a URL mounting point of the WEB APPLICATION. It decides what URL site site visitors will enter to GET to the site. “context-root” is specified in the “application.xml” FILE in the “j2ee-apps” folder. Is a URL mounting point of the web application. It decides what URL site site visitors will enter to get to the site. “context-root” is specified in the “application.xml” file in the “j2ee-apps” folder. |
|