Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
I install a fresh copy of the latest Tomcat (7.0.16), and deploy my WAR by copying it into Tomcat's webapps/. Then I startup Tomcat and direct my browser to my web app's welcome page --- which is a JSP. The compilation of the JSP fails but with very little information. All I get is the line

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Pid
On 06/07/2011 21:54, Mike Spreitzer wrote: I install a fresh copy of the latest Tomcat (7.0.16), and deploy my WAR by copying it into Tomcat's webapps/. Then I startup Tomcat and direct my browser to my web app's welcome page --- which is a JSP. The compilation of the JSP fails but with

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
/manager drwxr-xr-x 2 mspreitz staff 68 Jul 6 17:53 work/Catalina/localhost/rippledriver Thanks, Mike Spreitzer From: Pid p...@pidster.com To: Tomcat Users List users@tomcat.apache.org Date: 07/06/2011 05:14 PM Subject:Re: Need help debugging JSP compilation failure On 06

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mark Thomas
On 06/07/2011 22:59, Mike Spreitzer wrote: I just got a pointer into my original JSP (not the Java version); see copy below. I also looked in my $CATALINA_HOME/work, and found only directories, no files (at any depth) --- see listing below. I did not precompile my JSP. Here is the

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
Oh, I see, it was a level confusion. I thought I was being told about an Exception in the compilation process rather than in my source. Thanks, Mike Spreitzer