meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| android2012:qeta [2012/10/17 11:01] – [Questions & Answers] aknutas | android2012:qeta [2012/10/17 14:20] (current) – [Development / Java] aknutas | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Development / Java ===== | ===== Development / Java ===== | ||
| + | \\ **Q:** How I can make custom web addresses? | ||
| + | \\ **A:** See the Grails guide at section about [[http:// | ||
| ===== The SCRUM Development Process ===== | ===== The SCRUM Development Process ===== | ||
| == User stories == | == User stories == | ||
| Line 28: | Line 30: | ||
| **Q:** My database does not reset each time or the database console is not available. | **Q:** My database does not reset each time or the database console is not available. | ||
| \\ **A:** Check from your project preferences Grails section that your project is set to //dev// instead of //prod//. | \\ **A:** Check from your project preferences Grails section that your project is set to //dev// instead of //prod//. | ||
| + | |||
| + | == Grails database, persistence == | ||
| + | **Q:** How can I store the default H2 database to file, so that it won't reset with each server restart and redeployment? | ||
| + | \\ **A:** Change the connection url from the conf/ | ||
| + | < | ||
| + | development { | ||
| + | dataSource { | ||
| + | dbCreate = " | ||
| + | url = " | ||
| + | } | ||
| + | } | ||
| + | </ | ||
| == Virtual Machines in Classroom 6216 == | == Virtual Machines in Classroom 6216 == | ||
| **Q:** My VM doesn' | **Q:** My VM doesn' | ||
| \\ **A:** Your VM has insufficient permissions to run after extraction from the ZIP file. Right-click the extracted directory, go to // | \\ **A:** Your VM has insufficient permissions to run after extraction from the ZIP file. Right-click the extracted directory, go to // | ||