Groovlet をGAE で動かす記事を見つけた。
http://grails.jp/wiki/display/Groovy%E3%81%A7Google%20App%20Engine%E7%94%A8%E3%81%AE%E3%82%A2%E3%83%97%E3%83%AA%E3%82%92%E6%9B%B8%E3%81%93%E3%81%86

これをGoogle Plugin for Eclipseを入れたeclipse上で動かす。
1.Google Plugin for Eclipse からサンプルgoogleアプリを作成
2.そこにgroovyソース、build.groovy、groovy-all-1.6.1.jarをコピー
3.記事にしたがってweb.xmlに追記
4.build.groovyを書き換え
 webinf = "war/WEB-INF"
5.dosプロンプト(cygwinシェル)でbuild.groovyにディレクトに移動し、
groovy build.groovyを実行

webアプリを起動→サンプルアプリの画面が立ち上げる。
その画面でなく、ブラウザーから http://localhost:8080/hello をリクエストしたら
記事の画面が出た。