You should be able to write a servlet filter that catches all incoming URLs.

You really shouldn't use the dev app server locally, though. It's not meant
to be any kind of production server. For instance: it's single threaded,
transactions lock globally (so if something goes wrong a server restart is
required).

--
Ikai Lan
Developer Programs Engineer, Google App Engine
Blogger: http://googleappengine.blogspot.com
Reddit: http://www.reddit.com/r/appengine
Twitter: http://twitter.com/app_engine



On Thu, Oct 7, 2010 at 12:25 AM, Mohit Arora <[email protected]> wrote:

> How to disable Dev console?
> I am hosting an app on my dev machine & want to give out the link to
> intranet users.
> Also, don't want them to look into the datastore, which is freely
> accessible at /_ah/admin for everyone.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to