How to catch non exist requested URL in Java servlet ?
- by Frank
My objects are stored online in two different places :
<1 On my nmjava.com site, where I can put them in a directory called "Dir_My_App/Dir_ABC/"
<2 On Google App Engine datastore
When my Java app runs it checks both places for the objects, I designed the app so that it tries to get an object from a Url, it doesn't care whether it's an…