Re: Where do compiled JSP -> java files go?

2010-04-28 Thread Thad Humphries
On my Mac (10.5.8), I'd find it in
/Library/Tomcat/work/Catalina/localhost/[my-web-app]/org/apache/jsp

On Wed, Apr 28, 2010 at 9:41 AM, laredotornado wrote:

>
> Hi,
>
> I'm using Tomcat 6.0.26 on Mac 10.6.3.  I'm troubleshooting a
> NullPointerException occurring in one of my JSPs and all I'm told from the
> stack trace is what line of the compiled Java file it occurred in.
>  However,
> I can't find this file anywhere on my file system.  Where do they usually
> get kept and how can I tell Tomcat to keep them around, assuming it is
> deleting them after a certain point.
>
> Thanks, - Dave
>
>
> java.lang.NullPointerException
>at
>
> org.apache.jsp.WEB_002dINF.views.meetings.results_jsp._jspService(results_jsp.java:866)
>at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>at
>
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
>at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
>at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
>at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
>
> --
> View this message in context:
> http://old.nabble.com/Where-do-compiled-JSP--%3E-java-files-go--tp28387967p28387967.html
> Sent from the Tomcat - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
"Hell hath no limits, nor is circumscrib'd In one self-place; but where we
are is hell, And where hell is, there must we ever be" --Christopher
Marlowe, 'Doctor Faustus' (v, 121-24)


Re: Where do compiled JSP -> java files go?

2010-04-28 Thread Pid
On 28/04/2010 14:41, laredotornado wrote:
> 
> Hi,
> 
> I'm using Tomcat 6.0.26 on Mac 10.6.3.  I'm troubleshooting a
> NullPointerException occurring in one of my JSPs and all I'm told from the
> stack trace is what line of the compiled Java file it occurred in.  However,
> I can't find this file anywhere on my file system.  Where do they usually
> get kept and how can I tell Tomcat to keep them around, assuming it is
> deleting them after a certain point.

See the tomcat/conf/web.xml configuration attributes for the jsp servlet.


p

> Thanks, - Dave
> 
> 
> java.lang.NullPointerException
> at
> org.apache.jsp.WEB_002dINF.views.meetings.results_jsp._jspService(results_jsp.java:866)
> at
> org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
> at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> 




signature.asc
Description: OpenPGP digital signature


Where do compiled JSP -> java files go?

2010-04-28 Thread laredotornado

Hi,

I'm using Tomcat 6.0.26 on Mac 10.6.3.  I'm troubleshooting a
NullPointerException occurring in one of my JSPs and all I'm told from the
stack trace is what line of the compiled Java file it occurred in.  However,
I can't find this file anywhere on my file system.  Where do they usually
get kept and how can I tell Tomcat to keep them around, assuming it is
deleting them after a certain point.

Thanks, - Dave


java.lang.NullPointerException
at
org.apache.jsp.WEB_002dINF.views.meetings.results_jsp._jspService(results_jsp.java:866)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

-- 
View this message in context: 
http://old.nabble.com/Where-do-compiled-JSP--%3E-java-files-go--tp28387967p28387967.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org