Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Struts and welcome-file-list

Nicolas Laplante

2007-02-11

Replies:

My website's homepage is the index action: /index.do.

In web.xml, I configured the welcome-file-list like this:

<welcome-file-list>
    <welcome-file>index.do</welcome-file>
</welcome-file-list>

When I access the application with no action or filename, I get the
directory listing. It is not serving the homepage as configured in the
above snippet.

How can I tell the container to serve index.do when no filename is provided?

Nicolas Laplante

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.