I am geting used to be Java programmer, and I've just taught servlets. But IDEA ctreates index.jsp, when I choose "Create Web Application". I've run into one article where found out from about JSF. It was described as a better and newest version of WebApp desiging. I've written a project where index.jsp are used (web->src->main->webapp) inside this path. It was created by IDEA. Now I wanna substitude JSP with XHTML. I've done it, assebled my project and deployed. But when I go to
localhost:8080/web/
I see nothing. When I use "index.JSP", I can see content of my JSP-page. Please, help me to correct my project. What should I do?