-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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jeff,
On 6/9/14, 1:39 AM, Jeff Cai wrote:
> 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, Kons
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
2014-06-06 14:33 GMT+04:00 Jeff Cai :
>>>
>>> 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?
>>>
>>
>>
>> 1. What for?
>>
>> 2. Put jstl.jar into WEB-INF/lib
-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
--
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> Sent: Friday, 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 shou
, 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
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 I add the jstl.jar to the task’s classpath in Ant?
>
1. What for?
2. Put jstl.jar into WEB-INF/lib of your webapp.