Hi all,
 
I've mapped my struts action *.do in the web.xml file and it works when
I access a struts action directly with the URL (eg:
http://localhost:8080/mcbc/welcome.do
<http://localhost:8080/mcbc/welcome.do> )
 
But, when I go to the root of my webapp (http://localhost:8080/mcbc/ ),
my welcome-file-list tag, which points to a struts action welcome.do is
ignored by tomcat. And if I put a jsp file or a servlet in this welcome
list, it works.
 
Does anyone have an idea of the problem?
 
Regards
 
Marc

Reply via email to