Changes for page Getting Started with BugTracker
                  Last modified by Pascal Robert on 2012/07/27 20:28
              
      
      From version  26.1 
    
    
              edited by David Holt
        
on 2008/05/07 18:11
     on 2008/05/07 18:11
      Change comment:
              There is no comment for this version
          
         
      To version  33.1 
    
    
              edited by David Holt
        
on 2008/05/07 17:51
     on 2008/05/07 17:51
      Change comment:
              There is no comment for this version
          
         Summary
- 
          Page properties (1 modified, 0 added, 0 removed)
 
Details
- Page properties
 - 
      
- Content
 -   
... ... @@ -48,8 +48,6 @@ 48 48 49 49 ---- 50 50 51 -{{id value="Configuration"}}{{/id}} 52 - 53 53 6. Change the Properties located in the resources folder to match the requirements for your database. Wonder applications need Properties files to manage their configuration correctly. There are a number of different places in the Wonder frameworks that application properties will be read from. In the original example, the Database connection properties are taken from a logged in user's properties file, in this case it is named "Properties.ak". I moved the relevant lines to the Application Properties file that described the Global connection dictionary for BugTracker to access my FrontBase database. Alternatively (a recommended way) you can create your own "Properties.username" file by duplicating "Properties.ak" 54 54 55 55 {{warning title="Missing Properties"}}