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 <[email protected]> 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 [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.