Re: How do I get the line number in a JSP .....

2003-01-29 Thread Nandyal
Is there something that I need to add to web.xml file so that I could get the line number of a JSP when an exception gets thrown? Currently, when a NullPointerException is thrown, it gives me only the line number in the translated .java file. Nandyal - Original Message - From: Nandyal

RE: How do I get the line number in a JSP .....

2003-01-29 Thread Turner, John
: Nandyal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 7:37 AM To: Tomcat Users List Subject: Re: How do I get the line number in a JSP . Is there something that I need to add to web.xml file so that I could get the line number of a JSP when an exception gets thrown

Re: How do I get the line number in a JSP .....

2003-01-29 Thread Nandyal
AM Subject: RE: How do I get the line number in a JSP . Go to Tomcat's work directory. Drill down within that directory until you find that java file. All JSPs are converted to .java files, then compiled into servlets by Tomcat (or rather, Jasper). Open up the java file in an editor

RE: How do I get the line number in a JSP .....

2003-01-29 Thread Turner, John
Don't know. Check the web.xml DTD, that will tell you exactly what is allowed and what isn't. John -Original Message- From: Nandyal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 8:18 AM To: Tomcat Users List Subject: Re: How do I get the line number in a JSP

Re: How do I get the line number in a JSP .....

2003-01-29 Thread Tim Funk
- Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 6:17 AM Subject: RE: How do I get the line number in a JSP . Go to Tomcat's work directory. Drill down within that directory until you find that java

Re: How do I get the line number in a JSP .....

2003-01-29 Thread Nandyal
Thank you Tim and John for your replies. Nandyal - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 6:28 AM Subject: Re: How do I get the line number in a JSP . Tomcat cannot do this at this point