Raible's Wiki
Raible Designs AppFuseHomepage- Korean - Chinese - Italian - Japanese QuickStart Guide User Guide Tutorials Other ApplicationsStruts ResumeSecurity Example Struts Menu
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
Hide Menu |
This is version 2.
It is not the current version, and thus it cannot be edited. Multiple Databases
If you use many different Databases, you can point AppFuse to the various instances by having 1 properties file for each db driver/type. Then in the properties.xml file: <property name="db.driver" value="mysql"/> <property file="${db.driver}.properties"/> <propertycopy name="database.jar.path" from="${database.type}.jar" silent="true"/> <property name="database.jar" location="${database.jar.path}"/> }} So you can do builds with -Ddb.driver=mysql or -Ddb.driver=db2.typeII and the builds will load mysql.properties or db2.typeII.properties as the database configuration file. Great tip from Matthew Fleming! Attachments:
|