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 tol

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

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 k