Your container probably only supports file resources as welcome files.
Try creating a jsp that forwards to your struts action instead.

Nils-H

On Thu, Nov 13, 2008 at 11:42 AM, Cappelletti Marc
<[EMAIL PROTECTED]> wrote:
> 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
>

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

Reply via email to