I used to manually manage my Tomcat server but I am currently installing Tomcat as a professionnal user now and I prefer that my Eclipse IDE totally manage my Tomcat installation to be sure to have a clean project management.
I looked up for some tutorials on the web and I found I have to install the Eclipe for Java EE then go to the Server tab at the bottom, click New, choose my tomcat version (8.5 for me), then click Next. Here I have to locate my Tomcat installation so I did it. Finally I tried to create a new project but it seems to not working well.
Basically what I want it does is when I click on "Create new Java web project" it create it on my Tomcat webapps directory and automatically generate the web.xml, the class folder and even the index.jsp if it's possible. Then I should be able to create a new XXX.jsp directly in Eclipse to get it working in tomcat (and accessible by taping http://localhost:8080/projectName/XXX.jsp in my browser)
Is it possible ? How can I setting up my Eclipse to get it working ?