> From: John Langan [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat and JSTL
> 
> I am having difficulty in getting Tomcat to understand JSTL 
> tags and the JSP Expression Language.

Do the JSTL examples that come with Tomcat work?

> I have standard.jar and jstl.jar files in 
> C:\apache-tomcat-5.5.25\common\lib

Not the best place for those.  They should go into your webapp's
WEB-INF/lib directory, just as is done with webapps/jsp-examples
distributed with Tomcat.  Placing them in a shared location may cause
classloader conflicts.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to