From the course: Java EE: Servlets and JavaServer Pages (JSP)

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Environment setup: Create a web project

Environment setup: Create a web project

From the course: Java EE: Servlets and JavaServer Pages (JSP)

Start my 1-month free trial

Environment setup: Create a web project

- [Instructor] Now let us understand the steps that we need to take in order to set up this entire Servlet JSP application in Eclipse IDE. There are a number of things that we need to do and we're going to see them step by step. The first one among them is configure a dynamic web project in Eclipse IDE. So that's the first step. Let's go to Eclipse and configure a dynamic web project. So this is how your Eclipse looks like and those are the panes that you can work on with. I'm going to go to the navigator pane, right-click, and create a new dynamic web project. That's the option you need to choose in order to make a web application. Let's give it a name. Let's say sample project. Now for the name should follow the naming conventions that have been proposed by Java for the project name. Then there's a target run time here which is currently set to none. Target run time is essentially the server that the project is going to be hosted on. Right now we don't have any servers inside…

Contents