I hosted my static web pages on Google App Engine (Java). It does not have any server side coding.
I used HTML5 Boilerplate code as my base. It has page called 404.html. I would like to show this 404.html
page when there is page not found error.
How can I show a custom 404 page in Google App engine?