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

