A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
JSP
Author
Doubt in JSTL settings
Vasanthan Ramakrishnan
Greenhorn
Joined: Dec 16, 2007
Posts: 13
posted
Dec 21, 2007 05:19:00
0
still I am not clear.
I am using Apache
Tomcat
Version 6.0.10
In my tomcat/conf/web.xml file having
[<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
version="2.4">
</web-app>]
But I am developing an apllication. In my appication I will setting the web.xml file in erp/web/WEB-INF/web.xml.
In that I am set it like this
[<!DOCTYPE web-app
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">]
If I changed [http://java.sun.com/dtd/web-app_2_3.dtd] to [http://java.sun.com/dtd/web-app_2_4.dtd] is it also not working.
Is it correct I am setting in my web.xml file.
Please suggest me.
Thanks in advance.
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56174
13
I like...
posted
Dec 21, 2007 06:34:00
0
Please continue any discussion in the original topic.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
I agree. Here's the link:
http://aspose.com/file-tools
subject: Doubt in JSTL settings
Similar Threads
web.xml behaviour for Tomcat 6
Doubt in EL?
doubt in EL
How to use JSTL varraible in to jsp
Problem with taglib and web.xml file
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter