You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Taavi Tiirik <ta...@ibs.ee> on 2001/08/15 17:07:55 UTC

not working with tomcat 3.2.3

I have

	...
	</welcome-file-list>
	<error-page>
		<error-code>404</error-code>
		<location>/error404.jsp</location>
	</error-page>
	<taglib>
	...

in my web.xml file and for some reason it is not enough to get
error404.jsp to show up when I hit a non existent page.

Is there some other configuring that is needed in order to
make it working?

I get following debug messages when I access non existent page.jsp
(ta is a name of my webapp):

2001-08-15 16:35:08 - Ctx( /ta ): 404 R( /ta + /page.jsp + null) null
2001-08-15 16:35:15 - Ctx( /ta ): 404 R( /ta + /page.html + null) null

Any ideas of what might be wrong? I am using tomcat 3.2.3 on Win2000
with ie5 (friendly error messages are disabled).

with best wishes,
Taavi