Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • What is web.xml ?

    • 0
    • 1
    • 1
    • 2
    • 0
    • 0
    • 0
    • 0
    • 399
    Comment on it

    web.xml is Deployment Descriptor which consist all the basic configuration servers( like Tomcat) need to know at the time of deployment like context path, url mapping, listener, filters, error and security.
    you can mentioned following in web.xml -

     - What Servlet you are going to use. What URL you map with them.
     - Listener - classes when any event going to happens.
     - Logger , error-page  your welcome files.
     - Context-param.
     - Other configurations files path.
    

    You can go through the below link for more details-

    oracle.com

    developers.google.com

    I hope it would help !

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: