Re: Exception running precompiled JSP

2011-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 1/22/2011 9:23 AM, Konstantin Kolinko wrote: > 2011/1/22 Christopher Schultz : >> > > The above will produce four strings, "{1", "2", "3" and "4}". There is > c:forTokens to explicitly iterate over a string. I didn't really care w

Re: Exception running precompiled JSP

2011-01-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 1/21/2011 5:35 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Exception running precompiled JSP > >> Basically, the error is this: >> java.lan

Re: Exception running precompiled JSP

2011-01-22 Thread Konstantin Kolinko
2011/1/22 Christopher Schultz : >     The above will produce four strings, "{1", "2", "3" and "4}". There is c:forTokens to explicitly iterate over a string. > When I invoke the JSP from my web browser, I get the runtime error whose > full stack trace is at the end of this post. > > Basically, th

RE: Exception running precompiled JSP

2011-01-21 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Exception running precompiled JSP > Basically, the error is this: > java.lang.NoClassDefFoundError: org/apache/jasper/runtime/JspSourceDependent > I checked, and that class can be found in CATALINA_BASE

Exception running precompiled JSP

2011-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 All, I'm playing around with the JSP precompiler in TC 7 and I'm having trouble running the compiled JSP. The JSP itself is trivial: <%@page pageEncoding="UTF-8" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> Example Pr