Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is web.xml?and its use?

Answer Posted / deepa vg

The web.xml is called the deployment descriptor. It is used
to provide details about the deployment of the web
application.

At a very minimum, it tells the servlet container the
version of the servlet specifications to use for the app.

Additionally, since you are using servlets, you have to use
it to provide details about the class of your servlets, and
the URL to use for mapping HTTP requests to the servlet.

You also can specify security roles and limited access for
pages, define attributes to store application-wide, define
specific pieces of information for JSPs, define MIME-Type-
Mappings, Welcome Page file names, and other details about
the Servlet Context.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of static methods?

1096


Which collection is sorted in java?

1085


How to create a fecelet view?

1045


What is update method called?

1210


What is a text string?

1145


Why you should not use singleton?

1028


What is the locale class in java programming?

1161


How to read and write image from a file ?

1101


What is the purpose of the finalize() method?

1299


What does escaping a character mean?

1093


What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?

2550


What is the purpose of javac exe?

1149


What does string mean in java?

1155


Does java have a compiler?

1091


What types of index data structures can you have in java?

1319