problem in jsp/jstl

V

vasu

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:eek:ut value="{1+2+3}">
....
then only template text appears
i m using tomcat 4.1 and download jstl1.1 jar files, is it the possible
reason that jstl result is not visible, also as i don't have any idea
of XML so maybe my web.xml is wrong, i also have another question that
can't we made our jsp pages outside tomcat installtion directory ?
plz. help me
 
B

Bryce

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:eek:ut value="{1+2+3}">

Don't forget to close your tag, its requirred in XML
1+2+3= said:
...
then only template text appears
i m using tomcat 4.1 and download jstl1.1 jar files, is it the possible
reason that jstl result is not visible, also as i don't have any idea
of XML so maybe my web.xml is wrong, i also have another question that
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.
 
V

vasu

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top