This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi,I am trying to give the user defined error page for 404. My web.xml entry contains : <error-page> <error-code>404</error-code> <location>http://localhost:8080/ignoreurl.wml</location> </error-page> But it seems I am still getting the default 404 page from within Tomcat. Any suggestions as to what is wrong ? Thanx, NM
Dave Comeau
Greenhorn
Joined: Jun 14, 2002
Posts: 27
posted
0
Did you restart Tomcat and check the startup logs for any clues?