# ============================================================================== # Funambol Device Management Server # ============================================================================== # Installation properties # ============================================================================== # The server URI server-name=http://xxx90:8080/funambol/dm # The context path to use to access DM Server context-path=/funambol # # The DBMS name. One of: # - mysql # - postgresql # dbms=mysql # # JDBC settings: # classpath: the classpath of the JDBC driver # url: the url to access the database with the choosen JDBC driver # user: the db user # password: the user's password # file: the file name of the JDBC driver # module: the module name of the JDBC driver # # PostgreSQL # ========== # # jdbc.classpath=/postgresql.jar # jdbc.driver=org.postgresql.Driver # jdbc.url=jdbc:postgresql:///funambol # jdbc.user=funambol # jdbc.password=funambol # jdbc.file=postgresql.jar # jdbc.module=org.postgresql # # MySQL # ===== # # jdbc.classpath=/mysql-connector-java-bin.jar # jdbc.driver=com.mysql.jdbc.Driver # jdbc.url=jdbc:mysql://[hostname][,failoverhost...][:port]/[dbname][?param1=value1][¶m2=value2] # jdbc.user=funambol # jdbc.password=funambol # jdbc.file=mysql-connector-java-bin.jar # jdbc.module=com.mysql # ###jdbc.classpath=/opt/postgresql/share/java/postgresql.jar ###jdbc.driver=org.postgresql.Driver ###jdbc.url=jdbc:postgresql://localhost/fnbl_dm ###jdbc.user=fnbl_dm ###jdbc.password=fnbl_dm ###jdbc.file=postgresql.jar ###jdbc.module=org.postgresql jdbc.classpath=/usr/local/jdk1.7.0_10/jre/lib/ext/mysql-connector-java-5.1.22-bin.jar jdbc.driver=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost/fnbl_dm?zeroDateTimeBehavior=convertToNull jdbc.user=fnbl_dm jdbc.password=fnbl_dm jdbc.file=mysql-connector-java-5.1.22-bin.jar jdbc.module=com.mysql