Forums Register Login

Need help with Tomcat 5 and el

+Pie Number of slices to send: Send
I'm studying for SCWCD 1.4 using Head first book and Tomcat 5.5. As it says Jsp 2.0 is el enabled by default. But in my container its'not. Even if I set <el-ignored>false in DD it won't work, unless I specify isELIgnored="false" in each jsp page. What's the problem here. (I tried with several Tomcat versions 5.2, 5.3.. but failed)
+Pie Number of slices to send: Send
Hi there

Can you pass your DD ? Please check that you do not have somthing like this in your DD

<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<el-ignored>true</el-ignored>
</jsp-property-group>
</jsp-config>
+Pie Number of slices to send: Send
1. Start Tomcat 5.x or higher.
2. Access Welcome Page (http://127.0.0.1:8080/)
3. Access JSP Examples.
4. Try executing 1 of the JSP 2.0 Examples.

What happens?
+Pie Number of slices to send: Send
Ahh.. It was the DD. I've used the old DTD header for <web-app> . Thanks guys. Now it's OK
I don't even know how to spell CIA. But this tiny ad does:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com


reply
reply
This thread has been viewed 579 times.
Similar Threads
Getting NumberFormatException due to usage of wrong EL syntax
EL question
Expression Language Doubt
Tomcat 5.0
EL is not enable by default in Tomcat 5.0
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 15, 2024 23:10:33.