Knowing the line when the error happen

2005-08-11 Thread Fermin Jimenez Najar
Hi. I just has beginning to use the Tomcat, for programming in JSP. I have the 5.0 version. When an error occurs, i get an HTTP 500 page with the details. But, i can not find an information that told me the exact line of my JSP where the error happens. What can i do for know that ? thank. -

Re: Knowing the line when the error happen

2005-08-11 Thread Patrick Thomas
Fermin, This information is usually recorded in your log files, or alternately printed into the console window if Tomcat is running in windowed mode (because you manually launched the tomcat5 executable). Look in {Tomcat Home}/logs/ for a file like "stdout_20050802.log" (stdout_MMDD.log). Ther

RE: Knowing the line when the error happen

2005-08-11 Thread Fermin Jimenez Najar
s, 11 de Agosto de 2005 07:15 p.m. À : Tomcat Users List Objet : Re: Knowing the line when the error happen Fermin, This information is usually recorded in your log files, or alternately printed into the console window if Tomcat is running in windowed mode (because you manually launched the tom

Re: Knowing the line when the error happen

2005-08-11 Thread Patrick Thomas
:[EMAIL PROTECTED] > Envoyé : Jueves, 11 de Agosto de 2005 07:15 p.m. > À : Tomcat Users List > Objet : Re: Knowing the line when the error happen > > > Fermin, > This information is usually recorded in your log files, or alternately > printed into the console window i

RE: Knowing the line when the error happen

2005-08-11 Thread Fermin Jimenez Najar
That's the answer, Patrick !!! Thank you very much. -Message d'origine- De : Patrick Thomas [mailto:[EMAIL PROTECTED] Envoyé : Jueves, 11 de Agosto de 2005 07:56 p.m. À : Tomcat Users List Objet : Re: Knowing the line when the error happen Ah. Looks like I answered the wron