How to Configure Tomcat to display the error on to Client rather than into logs

2005-08-26 Thread shyama
Hi All, When a client asks for a jsp file and an error has been encountered by Server while compiling the .jsp to .class then I would like to display that on the client browser rather than it dumping to the log file local_host ...log. Please let me know whether there is any parameter to be

Re: How to Configure Tomcat to display the error on to Client rather than into logs

2005-08-26 Thread Brian Cook
What is it you want to display? The stack trace? shyama wrote: Hi All, When a client asks for a jsp file and an error has been encountered by Server while compiling the .jsp to .class then I would like to display that on the client browser rather than it dumping to the log file local_host