RE: Unable to get any information why jsp page fails to generate code

2010-09-09 Thread Kannan Jayaprakasam
Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, August 17, 2010 8:42 PM To: Tomcat Users List Subject: Re: Unable to get any information why jsp page fails to generate code -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kannan, On 8/17/2010 12:22 AM, Kannan Jayaprakasam wrote: Any

Re: Unable to get any information why jsp page fails to generate code

2010-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kannan, On 9/9/2010 11:27 AM, Kannan Jayaprakasam wrote: I discovered that in web.xml some error pages were mentioned as genericError.htm but this file existed no where. I removed the setting of error pages from web.xml. But now when a jsp page

Re: Unable to get any information why jsp page fails to generate code

2010-08-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kannan, On 8/17/2010 12:22 AM, Kannan Jayaprakasam wrote: Any ideas? Try catching all exceptions and writing them to stdout or something. Is errorPage.html actually a JSP? If you'll notice, the original exception is java.lang.Exception (which

RE: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
Another cruel behaviour of tomcat is that when I click on the link of the blank jsp page yet another time, then it displays the page. But in the work folder there is no code generated seen. If I click the link yet again, I get blank display again. -Original Message- From: Kannan

Re: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Pid
On 16/08/2010 16:59, Kannan Jayaprakasam wrote: Another cruel behaviour of tomcat is that when I click on the link of the blank jsp page yet another time, then it displays the page. But in the work folder there is no code generated seen. If I click the link yet again, I get blank display

RE: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
Tomcat 5.5 jdk1.5.0_14 Windows Xp Professional. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Monday, August 16, 2010 10:26 PM To: Tomcat Users List Subject: Re: Unable to get any information why jsp page fails to generate code On 16/08/2010 16:59, Kannan Jayaprakasam

Re: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kannan, On 8/16/2010 11:41 AM, Kannan Jayaprakasam wrote: On tomcat logs I don't find any useful information why the jsp page failed to generate code and only a blank gets displayed. All I ever see for any mistake in the jsp page is the same

RE: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
...@christopherschultz.net] Sent: Monday, August 16, 2010 11:08 PM To: Tomcat Users List Subject: Re: Unable to get any information why jsp page fails to generate code -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kannan, On 8/16/2010 11:41 AM, Kannan Jayaprakasam wrote: On tomcat logs I don't find any

RE: Unable to get any information why jsp page fails to generate code

2010-08-16 Thread Kannan Jayaprakasam
Any ideas? Thanks. -Original Message- From: Kannan Jayaprakasam [mailto:kan...@arcot.com] Sent: Monday, August 16, 2010 11:32 PM To: Tomcat Users List Subject: RE: Unable to get any information why jsp page fails to generate code Hi That is the complete stacktrace. I added