>hi
>i am new to jsp and i am learning it from oreilly JSP by Bergsten, the
>psoblem is that when i try to run an example from book
>....
>1+2+3=<c:out value="{1+2+3}">
Don't forget to close your tag, its requirred in XML
1+2+3=<c:out value="{1+2+3}"/>
>...
>then only template text appears
[quoted text clipped - 3 lines]
>can't we made our jsp pages outside tomcat installtion directory ?
>plz. help me
Where did you put the jstl1.1.jar file?
No, you cannot run a JSP page outside the web app.
--
now with more cowbell
vasu - 07 Nov 2005 15:07 GMT
there is no jstl1.1 but jstl and there is another file called
standard.jar
i copy both of them in /common/lib and /webapps/Root/web-inf/lib
in /root/web-inf/ there was no lib directory previously so i made it