Have you experienced Play applications hanging when you run them under JDK 1.7?
When I start Play application with it the first request that checks for database evolutions and applies those but after that no requests goes through. I’m puzzled what could be causing this.
Upgrading to Play 2.0.2 appears to work.