Is there a way to get to the admin interface if I'm not using the dev_appserver.sh
script and instead loading up jetty myself?
I'm doing this so that I can use the Clojure repl during development. While my application works as expected, there is nothing handling the /_ad/admin
requests and so I can't get to the data store viewer or look at other admin stuff. Here's how I'm loading up the server in the repl: http://gist.github.com/491868.
I need to manually bind the handler for that route, but I'm not even sure what the handler is.