|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (2)
View Page History\\
The default dragon.properties file is (NB : here, we have disable the MySQL configuration and enable the H2 configuration, Indexation is set in memory mode) :
The default dragon.properties file is (NB : here, we have disable the MySQL configuration and enable the H2 configuration, Indexation is set in memory mode) :
{panel}
{color:#339966}\############{color}
{color:#339966}\### Datasource properties{color}
{color:#339966}\############{color}
{color:#339966}\############{color}
{color:#339966}\### Datasource properties{color}
{color:#339966}\############{color}
{color:#339966}\## MySQL Datasource{color}
{color:#339966}\# jdbc.driverClassName = com.mysql.jdbc.Driver{color}
{color:#339966}\# jdbc.url = jdbc:mysql://localhost:3306/dragon{color}
{color:#339966}\# jdbc.username = anonymous{color}
{color:#339966}\# jdbc.password ={color}
{color:#339966}\# jdbc.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect{color}
{color:#339966}\# jdbc.hibernate.hbm2ddl.auto = update{color}
{color:#339966}\# jdbc.hibernate.show_sql = false{color}
{color:#339966}\## In Memory H2 Datasource{color}
jdbc.driverClassName = {color:#0000ff}org.h2.Driver{color}
jdbc.url = {color:#0000ff}jdbc:h2:mem:dragon{color}
jdbc.username = {color:#0000ff}sa{color}
jdbc.password = {color:#0000ff}sa{color}
jdbc.hibernate.dialect = {color:#0000ff}org.hibernate.dialect.H2Dialect{color}
jdbc.hibernate.hbm2ddl.auto = {color:#0000ff}update{color}
jdbc.hibernate.show_sql = {color:#0000ff}false{color}
{color:#339966}\## In Memory HSQL Datasource{color}
{color:#339966}\#jdbc.driverClassName = org.hsqldb.jdbcDriver{color}
{color:#339966}\#jdbc.url = jdbc:hsqldb:mem:dragon{color}
{color:#339966}\#jdbc.username = sa{color}
{color:#339966}\#jdbc.password ={color}
{color:#339966}\#jdbc.hibernate.dialect = org.hibernate.dialect.HSQLDialect{color}
{color:#339966}\#jdbc.hibernate.hbm2ddl.auto = update{color}
{color:#339966}\#jdbc.hibernate.show_sql = false{color}
{color:#339966}\#jdbc.url ={color} {color:#008080}jdbc:hsqldb:{color}{color:#008080}[file:c:/hsqldb/dragon]{color}
{color:#339966}\###########{color}
{color:#339966}\### Indexation properties (Compass/Lucene){color}
{color:#339966}\###########{color}
{color:#339966}\## Index path{color}
compass.index.url = {color:#0000ff}ram://compass{color}
{color:#339966}\#compass.index.url ={color} {color:#339966}file:///c:/compass{color}
{color:#339966}\# compass.index.url ={color} {color:#339966}[file:///home/compass]{color}
{color:#339966}\## Full default analyser{color}
{color:#339966}\#compass.engine.analyzer.default.type = snowball{color}
{color:#339966}\#compass.engine.analyzer.default.name = English{color}
compass.engine.analyzer.default.type = {color:#0000ff}standard{color}
compass.engine.analyzer.default.name = {color:#0000ff}English{color}
{color:#339966}\##########{color}
{color:#339966}\### Log{color}
{color:#339966}\##########{color}
{color:#339966}\#log.root.path = C:/Projets/SOA4All{color}
{color:#339966}\##########{color}
{color:#339966}\### Repository{color}
{color:#339966}\##########{color}
{color:#339966}\## A Database repository configuration. All binary files are stored as DB Blobs{color}
repo.type = {color:#0000ff}database{color}
repo.root = null
{color:#339966}\## A Filesystem repository configuration. All binary files are stored in the filesystem{color}
{color:#339966}\#repo.type = filesystem{color}
{color:#339966}\#repo.root = ./test-repository{color}{panel}
{color:#339966}\# jdbc.driverClassName = com.mysql.jdbc.Driver{color}
{color:#339966}\# jdbc.url = jdbc:mysql://localhost:3306/dragon{color}
{color:#339966}\# jdbc.username = anonymous{color}
{color:#339966}\# jdbc.password ={color}
{color:#339966}\# jdbc.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect{color}
{color:#339966}\# jdbc.hibernate.hbm2ddl.auto = update{color}
{color:#339966}\# jdbc.hibernate.show_sql = false{color}
{color:#339966}\## In Memory H2 Datasource{color}
jdbc.driverClassName = {color:#0000ff}org.h2.Driver{color}
jdbc.url = {color:#0000ff}jdbc:h2:mem:dragon{color}
jdbc.username = {color:#0000ff}sa{color}
jdbc.password = {color:#0000ff}sa{color}
jdbc.hibernate.dialect = {color:#0000ff}org.hibernate.dialect.H2Dialect{color}
jdbc.hibernate.hbm2ddl.auto = {color:#0000ff}update{color}
jdbc.hibernate.show_sql = {color:#0000ff}false{color}
{color:#339966}\## In Memory HSQL Datasource{color}
{color:#339966}\#jdbc.driverClassName = org.hsqldb.jdbcDriver{color}
{color:#339966}\#jdbc.url = jdbc:hsqldb:mem:dragon{color}
{color:#339966}\#jdbc.username = sa{color}
{color:#339966}\#jdbc.password ={color}
{color:#339966}\#jdbc.hibernate.dialect = org.hibernate.dialect.HSQLDialect{color}
{color:#339966}\#jdbc.hibernate.hbm2ddl.auto = update{color}
{color:#339966}\#jdbc.hibernate.show_sql = false{color}
{color:#339966}\#jdbc.url ={color} {color:#008080}jdbc:hsqldb:{color}{color:#008080}[file:c:/hsqldb/dragon]{color}
{color:#339966}\###########{color}
{color:#339966}\### Indexation properties (Compass/Lucene){color}
{color:#339966}\###########{color}
{color:#339966}\## Index path{color}
compass.index.url = {color:#0000ff}ram://compass{color}
{color:#339966}\#compass.index.url ={color} {color:#339966}file:///c:/compass{color}
{color:#339966}\# compass.index.url ={color} {color:#339966}[file:///home/compass]{color}
{color:#339966}\## Full default analyser{color}
{color:#339966}\#compass.engine.analyzer.default.type = snowball{color}
{color:#339966}\#compass.engine.analyzer.default.name = English{color}
compass.engine.analyzer.default.type = {color:#0000ff}standard{color}
compass.engine.analyzer.default.name = {color:#0000ff}English{color}
{color:#339966}\##########{color}
{color:#339966}\### Log{color}
{color:#339966}\##########{color}
{color:#339966}\#log.root.path = C:/Projets/SOA4All{color}
{color:#339966}\##########{color}
{color:#339966}\### Repository{color}
{color:#339966}\##########{color}
{color:#339966}\## A Database repository configuration. All binary files are stored as DB Blobs{color}
repo.type = {color:#0000ff}database{color}
repo.root = null
{color:#339966}\## A Filesystem repository configuration. All binary files are stored in the filesystem{color}
{color:#339966}\#repo.type = filesystem{color}
{color:#339966}\#repo.root = ./test-repository{color}{panel}
!worddavfa1a093611d90f1c128cf742dfdbc7aa.png|height=431,width=291!\\
The H2 Datasource (in memory mode) is the one used by default. You also have a MySQL configuration which is disabled by default.
The H2 Datasource (in memory mode) is the one used by default. You also have a MySQL configuration which is disabled by default.