Try:
<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">


-Tim

R A wrote:
I mean web-app_2_4.dtd does not exist at http://java.sun.com


R A <[EMAIL PROTECTED]> wrote:
DTD http://java.sun.com/dtd/web-app_2_3.dtd does not exist at java.sun.com. Any ideas??

Tim Funk wrote:Your dtd is for the 2.3 spec, try using 2.4.

-Tim

R A wrote:


Here is a copy of my web.xml. I am using struts 1.1 and using an action(index.do) in 
the . This should be ok, since every request goes through the ActionServlet. When I 
point to the web app via a browser, it displays a directory listin; however, when I 
type index.do on the url, it executes index.do and maps to the correct jsp.



PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"

"http://java.sun.com/dtd/web-app_2_3.dtd";>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to