Posted By:
joey_corleon
Posted On:
Monday, September 30, 2002 11:53 AM
Hi, I am trying to use the listener functionality of the API version 2.3 but here is my problem: In my version of the web.xml file, the header specify the use of the DTD http://java.sun.com/dtds/web-app_2_2.dtd. When trying to insert the tag and its embeded tag in the file, the XML parser complains (does not know about those tags), which is understandable - Then I I have tried to modify the DTD url in order to point to the version 2.3: "http://java.sun.com/dtd/web-app_2_3.dtd" Is this approch acceptable (I use as container the version of Tomcat embeded in Forte for Java 4.0 which is I thing a version 2.3 of the Sevlet API) <?
More>>
Hi,
I am trying to use the listener functionality of the API version 2.3 but here is my problem:
In my version of the web.xml file, the header specify the use of the DTD
http://java.sun.com/dtds/web-app_2_2.dtd.
When trying to insert the tag
and its embeded
tag in the file, the XML parser complains (does not know about those tags), which is understandable -
Then I I have tried to modify the DTD url in order to point to the version 2.3:
"http://java.sun.com/dtd/web-app_2_3.dtd"
Is this approch acceptable (I use as container the version of Tomcat embeded in Forte for Java 4.0 which is I thing a version 2.3 of the Sevlet API)
<?xml version="1.0" encoding="ISO-8859-1"?>
"http://java.sun.com/dtd/web-app_2_3.dtd">
Anyway, it seems that does not work either.
Can anyone help???
<<Less