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 <welcome-file/>. 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.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app 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