Creating a JSP - (10 of 83) - Java EE Video Course

preview_player
Показать описание
Creating a JSP - (10 of 83) - Java EE Video Course
Рекомендации по теме
Комментарии
Автор

After copying the project, according to the video, you change the project Properties -> Web Project Settings, the Context Root: from "web1" to "web2".
In my opinion you should also change it in 2 other places for the sake of completion:
1. In Eclipse IDE -> edit -> around line 5:
2. In File Explorer under the project folder -> edit -> around line 2: <wb-module deploy-name="web2">
Then close the project, and re-open it in Eclipse.

SanjibAhmad