Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

This must be very simple, but I couldn't find it on the documentation.

In Play! 1.2 I was able to log into the DB console using the following URL:

http://localhost:9000/@db

It doesn't seem to work anymore on Play! 2.0 (I get an 'action not found' message). Do you know what's the URL for the DB console in Play! 2.0?

Thanks!

share|improve this question

1 Answer

up vote 8 down vote accepted

First run the 'h2-browser' command on the Play console. After that it is accesible on http://localhost:8082/

share|improve this answer
I got this to work, however the test database isn't appearing in the viewer. any idea why? – steve Oct 7 '12 at 17:57
The database is created on the first request. Are you sure you've done at least one request to your application? – Li-o Oct 8 '12 at 7:07

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.