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 / sathish s t

web.xml file is the configuration file for your web application project ,each web application project should have this file and don't give another name instead of web.xml(default)

uses:
After the server(tomcat) get the request from the user, that ask the servletcontainer, where to find the servlet.The servletcontainer tells to tomcat, to go web.xml configuration file.In this file the servlet-mapping element gets the URL from the tomcat and maps the corresponding servelt.Then the tomcat take that servlet and gives response to user.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is fail fast in java?

1244


What is the base class of all classes?

1106


Is zero a positive integer?

1140


Is there a jre for java 11?

1126


Is namespace same as package in java?

1036


What is thread pool in java with example?

1056


Explain public static void main(string args[]).

1232


how to deploy apache tomcat server to weblogic server in java

2148


Which browsers work with java?

1107


What is the purpose of methodology?

1139


Difference between final and effectively final ?

1170


Can each java object keep track of all the threads that want to exclusively access it?

994


what do you mean by classloader in java?

1066


if u open login & logout ,how can udisplay the timelogin & logout members ?

2316


What is ctrl m character?

1104