for sample Struts web.xml take a look at
http://www.developeriq.com/articles/view_article.php?id=211

I didnt see <webapp> at beginning of web.xml
</webapp> at end of your web.xml

Also I didnt see <servlet-mapping> mappings for Struts ActionServlets
e.g.
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>

May want to post this to [EMAIL PROTECTED]

HTH,

Martin-




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

Reply via email to