RE: Problems with context

2005-08-12 Thread Fermin Jimenez Najar
gosto de 2005 05:22 p.m. À : Tomcat Users List Objet : RE: Problems with context And what is the error you are getting? 404? 500? Exception? What? Allistair. > -----Original Message- > From: Fermin Jimenez Najar [mailto:[EMAIL PROTECTED] > Sent: 12 August 2005 08:54 > To: Tom

Problems with context

2005-08-12 Thread Fermin Jimenez Najar
Hi. I just has beginning to use the Tomcat, for programming in JSP. I have the 5.0 version. I make a web app that uses, in some jsp's files, the command "response.sendRedirect". When i execute the pages locally in my computer, works fine, but, i if try to test the pages from another computer, i g

Problems with sendredirect

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. I make a web app that uses, in some jsp's files, the command "response.sendRedirect". When i execute the pages locally in my computer, works fine, but, i if try to test the pages from another computer, i g

RE: Knowing the line when the error happen

2005-08-11 Thread Fermin Jimenez Najar
p code with the java code added at translation time and reports seemingly nonsensical errors. Hope this all helps. Cheers, PST On 8/11/05, Fermin Jimenez Najar <[EMAIL PROTECTED]> wrote: > Thanks for answering. > That I mean, is this: > i get this error message (and it is in

RE: Knowing the line when the error happen

2005-08-11 Thread Fermin Jimenez Najar
cat5 executable). Look in {Tomcat Home}/logs/ for a file like "stdout_20050802.log" (stdout_MMDD.log). There are other places this file might live, but that's the default. Cheers, PST On 8/11/05, Fermin Jimenez Najar <[EMAIL PROTECTED]> wrote: > Hi. I just has beginnin

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. -