RE: crashing tomcat with file not found

2001-06-08 Thread Randy Layman
Check your error-page directive in the web.xml file for the web app. It sounds like what is happening is that you are requesting the file and when its not found, it requests the error page, which isn't found, which requests the error page, which isn't found, etc. I believe that this

Re: Crashing tomcat

2001-03-01 Thread dick
Hi Christopher, I also use some taglib to query a database (mysql) and then show the result in html back. It occasionally crash, I don't know the reason too. So, let's figure the reason out ! Regards Dick Poon - Original Message - From: "Christopher Miller" [EMAIL PROTECTED] To:

RE: Crashing tomcat

2001-03-01 Thread Stefán F. Stefánsson
a hint, Regards, Stefan. -Original Message- From: dick [mailto:[EMAIL PROTECTED]] Sent: 1. mars 2001 10:50 To: [EMAIL PROTECTED] Subject: Re: Crashing tomcat Hi Christopher, I also use some taglib to query a database (mysql) and then show the result in html back. It occasionally