<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instanc" xmlns="
http://java.sun.com/xml/ns/javae" xsi:schemaLocation="
http://java.sun.com/xml/ns/javae http://java.sun.com/xml/ns/javaee/web-app_3_0.xs" id="WebApp_ID" version="3.0">
<display-name>smartphone2-web</display-name>
<welcome-file-list>
<welcome-file>/jsp/home.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
</web-app>
questo è il file web.xml
anche facendo un programma da zero, mi da sempre lo stesso problema.