Friday, March 7

What is the difference between web.xml and weblogic.xml?


The web.xml file provides configuration and deployment information for the Web components that comprise a Web application. Examples of Web components are servlet parameters, servlet and JavaServer Pages (JSP) definitions, and Uniform Resource Locators (URL) mappings. This is located in the WEB-INF directory.
Weblogic.xml is the configuration file for all the applications lying in the domain created. It lies in the META-INF directory and contains parameters such as auth-filter,  charset-params, container-descriptor,  context-root,  description etc.

No comments:

Post a Comment