It should he under your  root directory of the application or the
directory in which your web-inf is present. Say c:\app\root\error

Software Engineer
Adamshand Inc
www.interviewexchange.com


-----Original Message-----
From: Mathew [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 04, 2004 10:31 AM
To: Tomcat Users List
Subject: customized error page


I have following code in my web.xml to redirect when ever I get 404
error.
But I don't know where I have to create error folder (relative path) and
put 404.html. Is it under /WEB-INF of application ?

<error-page>
      <error-code>404</error-code>
      <location>/error/404.html</location>
</error-page>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to