This sounds like a stupid question, but I can't seem to make it work. I'm using Struts with Tiles and Velocity for the view. I have a Tiles definition with a Controller which I would like to be my application's starting page. Currently to get to that page, I have it mapped to an action:
<action path="/listFoobars" forward="foobarListPage"/> And the url is something like http://mydomain.com/xyzzy/listFoobars.do I would like to use the URL http://mydomain.com/xyzzy (and eventually http://mydomain.com). How can I set up web.xml / struts-config.xml / tiles-defs.xml etc. to do this? I tried having an index.jsp forward to the action, but it did not work. If that is the solution, can someone tell me explicitly how to set it up? Thanks, Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]