I'm using Eclipse to create some basic jsp files with the help of Tomcat, and I was able to run and render a jsp file (on Mozilla Firefox), but then I read that one also should have a "deployment descriptor" file (web.xml), in order to "tell the application container how the web app should be configured".
I don't remember creating one, and I checked to see if Eclipse created a default one for me but couldn't find in anywhere in my project files...
Do I have to provide it, or is it just optional?