Have you considered adding an /index.html that simply redirects to /ui/page/index.html (via a Meta-Refresh tag) ?
On Tue, Aug 18, 2009 at 5:35 AM, Vik <[email protected]> wrote: > yeah that will work.. but i will in that case need to change each and every > url in my application which is not desirable. > Thankx and Regards > > Vik > Founder > www.sakshum.com > www.sakshum.blogspot.com > > > On Tue, Aug 18, 2009 at 1:23 PM, Heru Martinus Salim < > [email protected]> wrote: > >> Hi Vik, >> >> just wondering. Have you tried absolute path? >> >> Heru >> >> 2009/8/18 Vik <[email protected]> >> >> Hie >>> I deployed my application to GAE and the url is: >>> http://1.sakshumweb.appspot.com/ >>> and it automatically points to: http://1.sakshumweb.appspot.com/ >>> ui/page/index.html >>> as expected. >>> >>> In my web.xml I have the entry: >>> <welcome-file-list> >>> <welcome-file>ui/page/index.html</welcome-file> >>> </welcome-file-list> >>> >>> >>> But the links on index.html still points to >>> http://1.sakshumweb.appspot.com >>> so how to solve this so that all links automatically search in ui/page >>> directory? >>> >>> Thankx and Regards >>> >>> >>> Vik >>> Founder >>> www.sakshum.com >>> www.sakshum.blogspot.com >>> >>> >>> >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en -~----------~----~----~----~------~----~------~--~---
