On Tue, Jul 29, 2008 at 5:05 PM, Jq <[EMAIL PROTECTED]> wrote: > How can I simulate the way tomcat builds a jsp file? > > I need to debug a .jsp that fails to build when requested. > > Thanks.
If you mean debugging why JSP compilation fails, you can look at the generated servlet code (the .java file) in Tomcat's work directory (on my setup /usr/local/tomcat/work/...).