Playアプリのconfディレクトリにあるroutesファイルを更新しても反映されていないようです。
# This file defines all application routes (Higher priority routes first)
# ~~~~
# Home page
GET / controllers.Application.index()
GET /channel controllers.Application.createMember()
# Map static resources from the /public folder to the /assets URL path
GET /assets/*file controllers.Assets.at(path="/public", file)
localhost:9000/channel でサーバーにリクエストを送信すると、アクションが見つかりませんと表示されます。現在、私のプレイ アプリケーションは Eclipse ワークスペース内にあります。