Try this.

download : http://cvs.apache.org/builds/jakarta-taglibs/nightly/

In unix

gzip -c ~/dls/jakarta-taglibs-20051122.tar.gz | tar xvf -

mv jstl.jar and standard.jar (from jakarta-taglibs/standard/lib/) to $CATALINA_HOME/shared/lib

Now its available to all your webapps..

This would resolve the WEB-INF/lib issue you pointed out.

Does that help?


On Nov 22, 2005, at 20:04, Behrang Saeedzadeh wrote:

Hi,

Isn't JSTL a standard part of the J2EE 1.4 Web containers? Shouldn't
it be available to Web apps out of the box with no need to include the
JAR files in the WEB-INF/lib and referencing to their tlds in the
web.xml?

Thanks in advance,
Behi

--
"Science is a differential equation. Religion is a boundary limit" - Alan Turing

Behrang Saeedzadeh
http://www.jroller.com/page/behrangsa
http://my.opera.com/behrangsa


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to