Since my source directory is not under the webapp, I have to copy the jar file 
to the WEB-INF/lib in the source directory.
Is there any other ways to include the jar file besides copy/paste? 

Jeff

-----Original Message-----
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 <jeff_...@symantec.com>:
>
> 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.

3. You can always copy-paste the content of catalina-tasks.xml into your own 
build file and adjust it as you wish.

4.
http://tomcat.apache.org/lists.html#tomcat-users
-> Please format your messages as plain text, not HTML.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to