This tutorial is for adding a simple tips to the Eclipse developers. When you have a Java project already created in your eclipse, now you want to convert that same project to a Web project instead of creating a new project. We can do that easily using the property window for that specific project.
1. Open the property window
2. Click convert to facet Form
3. Select Dynamic Web Module from the list
4. Click on the OK Button
Once you click the OK button, it will generate the required files for the web project and create the project structure.