私のアプリケーションの JAX-RS/Guice マッピングは、GAE SDK 管理マッピングをオーバーライドします。したがって、Guice serve モジュールを介して明示的に「提供」する必要があります
serve("_ah/admin/datastore*").with(DatastoreViewerServlet.class); // does not work
serve("/appstats/*").with(AppstatsServlet.class); // works!
DatastoreViewerServlet
私が直面している問題は、GAE SDK クラス パスでこれが見つからないことです。私は GAE SDK バージョン 1.7.5 です
これを試しました:
com.google.apphosting.utils.servlet.DatastoreViewerServlet
しかし、そこにはありません。