web.xml without servlets

Hello everyone! I’m just beginning to learn Vaadin . Trying to create a first simple project (as in the book ‘Learn Vaadin 2nd Edition’). But after running on the server I only see the folder list in browser. The contents of the my web.xml file at odds with book.

My web.xml

[code]

<?xml version="1.0" encoding="UTF-8"?> Test index.html index.htm index.jsp default.html default.htm default.jsp [/code]No mention about servlet, but I created the project with default Vaadin settings (Deployment configuration: Servlet (default), Vaadin version: 7.3.1). I can't understand what was going on. Somebody pls help me! :)


WBR
Sergey

Hello again!
I partially solved my problem. I use Eclipse and chose J2EE server (as in book), but in this time I decided to use Tomcat and create new project. It’s worked! Web.xml remained the same, but now when I start Tomcat I have seen application with button ‘Click Me’. It’s a small progress for me!