Re: Exception running precompiled JSP

2011-01-22 Thread Konstantin Kolinko
2011/1/22 Christopher Schultz ch...@christopherschultz.net:    c:forEach var=num items={1,2,3,4} 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

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.lang.NoClassDefFoundError: org/apache/jasper

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 ch...@christopherschultz.net: c:forEach var=num items={1,2,3,4} The above will produce four strings, {1, 2, 3 and 4}. There is c:forTokens to

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; % html body h1Example

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/lib/jasper.jar. Just