JSTL Configuration

2003-11-18 Thread Thyago Lisboa Mota
Do u know how to configure JSTL in Tomcat ?  Is it just copying JSTL package
to CATALINA_HOME/shared/lib ? And also, is there a single JSTL downloadable
package at javasoft or I have to download the full J2EE SDK ?

Thyago


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



RE: JSTL Configuration

2003-11-18 Thread Shapira, Yoav

Howdy,
Download a JSTL implementation by itself, e.g. from jakarta-taglibs.
Put the jar in the WEB-INF/lib directory of your webapp, not in
shared/lib or common/lib or any other place.  Follow the standards JSTL
instructions to add the JSTL library declarations to your
WEB-INF/web.xml file.  That's it.

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Thyago Lisboa Mota [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 18, 2003 11:49 AM
To: Tomcat Users List
Subject: JSTL Configuration

Do u know how to configure JSTL in Tomcat ?  Is it just copying JSTL
package
to CATALINA_HOME/shared/lib ? And also, is there a single JSTL
downloadable
package at javasoft or I have to download the full J2EE SDK ?

Thyago


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




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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