[appengine-java] Re: weired issue in accessing application at appspot.com

2009-08-18 Thread Don Schwarz
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 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

[appengine-java] Re: weired issue in accessing application at appspot.com

2009-08-18 Thread Vik
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 < heru.sa...@googlemail.com> wrote: > Hi Vik, >

[appengine-java] Re: weired issue in accessing application at appspot.com

2009-08-18 Thread Heru Martinus Salim
Hi Vik, just wondering. Have you tried absolute path? Heru 2009/8/18 Vik > 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