how to configer web.xml in web application

the directory structure of my application

quick//application

|

|index.jsp

|error.jsp

|response.jsp

|singup.htm

|web-inf

|-web.xml

|-classes

|-Customer.java

|-MakeConnection.java

|-Query.java

|-Signup.java//servlet

|-NewServlet.java //servlet

i am using Apache Tomcat 5.5.9 Server

send me its web.xml

[403 byte] By [vijay_kumar_choyala] at [2007-11-26 15:30:56]
# 1
Tomcat comes with a default web.xml in the conf directory. You can use this as a starting point for your web application specific web.xml.
tolmanka at 2007-7-8 21:47:43 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...