RE: How to add jstl.jar to the jasper task

2014-06-10 Thread Jeff Cai
-Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, June 10, 2014 12:54 AM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task * PGP Signed by an unknown key Jeff, On 6/9/14, 1:39 AM, Jeff Cai wrote: > S

RE: How to add jstl.jar to the jasper task

2014-06-08 Thread Jeff Cai
Snip ... Try setting "classPath" attribute on element. http://svn.apache.org/viewvc/tomcat/tc7.0.x/tags/TOMCAT_7_0_54/java/org/apache/jasper/JspC.java?view=markup#l766 Best regards, Konstantin Kolinko Konstantin, Thanks for your information. Now I can include the jar file through specifying

RE: How to add jstl.jar to the jasper task

2014-06-06 Thread Jeff Cai
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Friday, June 06, 2014 6:19 PM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task 2014-06-06 14:06 GMT+04:00 Jeff Cai : > Since my source directory is not under the webapp, I have

RE: How to add jstl.jar to the jasper task

2014-06-06 Thread Jeff Cai
, June 06, 2014 5:43 PM To: Tomcat Users List Subject: Re: How to add jstl.jar to the jasper task 2014-06-06 13:36 GMT+04:00 Jeff Cai : > > Hi, > > Jstl.jar should be added to the classpath of jasper task which is defined in > ${tomcat_home}/bin/catalina-tasks.xml. > > How can

How to add jstl.jar to the jasper task

2014-06-06 Thread Jeff Cai
Hi, Jstl.jar should be added to the classpath of jasper task which is defined in ${tomcat_home}/bin/catalina-tasks.xml. How can I add the jstl.jar to the task's classpath in Ant? Best Regards Jeff Cai NBU Appliance Beijing, Symantec Corporation www.symantec.com<http://www.syma

RE: c:forEach doesn't support variable in Tomcat 7.0.54 while 7.0.37 supports

2014-06-05 Thread Jeff Cai
Sorry, I made a mistake in defining the variable. Jeff -Original Message- From: Jeff Cai [mailto:jeff_...@symantec.com] Sent: Thursday, June 05, 2014 5:51 PM To: users@tomcat.apache.org Subject: c:forEach doesn't support variable in Tomcat 7.0.54 while 7.0.37 supports Hi, In t

c:forEach doesn't support variable in Tomcat 7.0.54 while 7.0.37 supports

2014-06-05 Thread Jeff Cai
Hi, In tomcat 7.0.54, the variable is not supported. I changed the source apache-tomcat-7.0.54/webapps/examples/jsp/tagplugin/foreach.jsp ${item} Then it reports: org.apache.jasper.JasperException: Unable to compile class for JSP org.apache.jasper.JspCompilatio