Hi,
Can anyone please describe briefly what is the baisc function of the file web.xml in Tomcat5.0.19 ?

Check out the J2EE documentation.
web.xml is the configuration file for your web application. It tells the servlet engine what servlets map to which URIs, maps your filters, security settings, etc. etc. etc.

The format and function are defined by Sun, not the Apache group.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.