Re: Problem with the Tapestry-Security Testapp

2014-03-22 Thread James Cen
Hi Kalle, thank you for your quick response and pointer. I stopped on this testApp track and started focusing on defining a realm based a set of tables in an existing MySQL database and started making some progress. I'll also take a look at the Federated Accounts example. Thanks, James On Sat

Re: Problem with the Tapestry-Security Testapp

2014-03-22 Thread Kalle Korhonen
The embedded webapp is used for integration testing with TapestrySecurityIntegrationTest. The easiest way to see the testapp is to put a breakpoint in one of the tests, run the test and navigate to localhost:8180. You could technically run the test app via run-jetty-run but it's not a good example