Thanks, what i want to achieve is typing
http://localhost:8080/appname
and the application displaying main.jsp
so far i managed to get it work with:
http://localhost:8080/appname/main
http://localhost:8080/appname/mainAction
http://localhost:8080/appname/mainAction.action
However i can't achieve the effect with just the appname with these (with or without the result name="success"):
Do you know why, or how should they look to achieve the desired effect please?