Where can I find the list of httpd error codes that Tomcat can produce?
Location: http://www.jguru.com/faq/view.jsp?EID=992633 Created: Sep 2, 2002 Author: Alessandro A. Garbagnati (http://www.jguru.com/guru/viewbio.jsp?EID=32727) Question originally posed by Duncan Paul Attard (http://www.jguru.com/guru/viewbio.jsp?EID=942675 Hi, You can get a list of all the possible Httpd Status Code (error and not) can be found by reading the official RFC 2616: Hypertext Transfer Protocol — HTTP/1.1 from the W3 Consortium The relevant part from that document is Chapter 10, from page 57 to page 71 included.