in your web.xml
map the .do extension to map to an Action Class as in
action
*.do
in web.xml
then config your Display welcome page as on
the IndexAction class would be
public final class IndexAction extends BaseAction {
pub
Hi,
I think the welcome file has to be a physical file or a servlet defined in
web.xml. You can define your welcome file as index.jsp and in your index.jsp
file just forward to your index.do. Something like:
HTH,
Saul
- Original Message -
From: Nicolas Laplante
To: user@strut
--- Nicolas Laplante wrote:
> How can I tell the container to serve index.do when
> no filename is provided?
Try forwarding to the action from an index.jsp.
d.
Expecting? Get great news right away with email
3 matches
Mail list logo