> From: Mike Baranski [mailto:list-subscripti...@secmgmt.com] > Subject: 404 Error troubleshooting > > I have a webapp, which shows up in the manager, but gives a 404 error > every time I try to access it.
When posting questions, provide some real information: 1) Tomcat version? 2) Any front end on Tomcat, or is it running standalone? 3) JRE/JDK version? 4) Platform you're running on? 5) The URL you're using? 6) Contents of WEB-INF/web.xml? 7) Contents of any <Context> element you have for the webapp? 8) Any errors recorded in the Tomcat logs? > Can someone let me know how to turn on debugging and see what > exactly is going on? The default Tomcat configuration logs all errors. Modify conf/logging.properties if you want more detail. However, start by enabling the AccessLogValve in conf/server.xml to see what requests Tomcat is actually getting. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org