Re: WebSphere suuports servlets in /welcome-file does Tomcat?

2004-07-22 Thread Tim Funk
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

Re: WebSphere suuports servlets in /welcome-file does Tomcat?

2004-07-22 Thread R A
DTD http://java.sun.com/dtd/web-app_2_3.dtd does not exist at java.sun.com. Any ideas?? Tim Funk [EMAIL PROTECTED] 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,

RE: WebSphere suuports servlets in /welcome-file does Tomcat?

2004-07-22 Thread Caldarale, Charles R
From: R A [mailto:[EMAIL PROTECTED] Subject: Re: WebSphere suuports servlets in /welcome-file does Tomcat? DTD http://java.sun.com/dtd/web-app_2_3.dtd does not exist at java.sun.com. Any ideas?? Assuming you meant 2_4, I think the new reference is: http://java.sun.com/xml/ns/j2ee

Re: WebSphere suuports servlets in /welcome-file does Tomcat?

2004-07-22 Thread R A
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

Re: WebSphere suuports servlets in /welcome-file does Tomcat?

2004-07-22 Thread Tim Funk
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

Re: WebSphere suuports servlets in /welcome-file does Tomcat?

2004-07-21 Thread R A
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