The moose likes Servlets and the fly likes web.xml Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "web.xml" Watch "web.xml" New topic
Author

web.xml

Jacob Bogers
Greenhorn

Joined: Jan 02, 2012
Posts: 6

Hi All,

Can someone point me to a webpage that describes all the element that one can put in a web.xml file? I tried WC3 at first glance but didnt get anything.
Thanks.....

Thank you

Piyush Joshi
Ranch Hand

Joined: Jun 10, 2011
Posts: 206

Download Servlet Specification and refer to it.


OCPJP 6, OCE-JSP and Servlet Developer
Jacob Bogers
Greenhorn

Joined: Jan 02, 2012
Posts: 6

Thanks, specificly this document http://download.oracle.com/otn-pub/jcp/servlet-3.0-fr-eval-oth-JSpec/servlet-3_0-final-spec.pdf

Page 168
Muse Ran
Ranch Hand

Joined: Sep 17, 2008
Posts: 316
Check out blow url

Web.xml Servlet Configuration


Tomorrow will surely be a new day!!!
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 12513

Well, by definition, this page does, for the simple reason that it's what's used to validate web.xml: http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd

However, there are definitely more readable documents available. Also, of course, that particular XSD defines version 2.5. Other versions have their own XSDs.


One of the most odious afflictions that Business has inflicted on the modern English language is "pro-active". Most of the time it's simply redundantly used in place of the simple old word "active". And a good deal of the rest of the time it means "You're not overworked enough yet, so go out and find more!"
Jacob Bogers
Greenhorn

Joined: Jan 02, 2012
Posts: 6

Thanks folks for all reply's
 
 
subject: web.xml
 
Threads others viewed
Servlet Instance
Session timeout
Web.xml
uses and example of filters..
Deployment Descriptor Problem
IntelliJ Java IDE