Hi Ben, Could we see your web.xml file? It should be possible to map the welcome file to /. Is there another mapping above the welcome files declaration which could be intercepting requests to /?
Thank you, Jeff On Thu, Aug 6, 2009 at 11:51 AM, benmccann <[email protected]>wrote: > > Hi, > I'd like to set a Struts 2 action as my homepage. I tried doing this > with the welcome-file tag in web.xml, but couldn't get it to work. > The best I could do was point welcome-file to an html page that > redirected to the action. However, this is quite different than what > I actually want. If the user visits myapp.appspot.com I want them to > see that URL in their browser and bookmark that URL. I do not want to > be forced to redirect them to myapp.appspot.com/Struts2Action.action > Is there any way to accomplish this? > > Thanks, > Ben > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
