ERROR:NOT_FOUND is displayed when a give link to a file which is stored in
another folder, why so?

On Fri, Nov 12, 2010 at 3:44 PM, heros <lvh...@gmail.com> wrote:

> It can be caused by lower/UPPER letter in your html file.
> The engine is sensitive with lower/UPPER letter.
> Let check web.xml with eXaCtly html:
> <!-- Default page to serve -->
>  <welcome-file-list>
>    <welcome-file>eXaCtly.html</welcome-file>
>  </welcome-file-list>
>
> Good luck.
> Hung
>
> On Mar 18, 12:59 pm, tunguyenlam <tu.nguyen....@gmail.com> wrote:
> > Hi all,
> >
> > I have finished a test project for google app. But i met a problem:
> >
> > when i run my project in local host ,run directly with Eclipse, it's
> > ok (Win Vista).
> > But when i deployed my project in Google App it only could run the
> > "index.html" file. with the other file it not found (ERROR: NOT_FOUND)
> >
> > example: currently, i'm at index.html. I enter submit button to send a
> > construction. So, controller (Servlet) sendRedirects to test.jsp
> > file.  and the webpage displays : ERROR:NOT_FOUND
> >
> > could somebody help me !!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To post to this group, send email to google-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to