Installing Petals Master

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History

Let's have a look at the available parameters (these parameters values are to adapt according to the used database) :
* *jdbc.driverClassName* : this is the JDBC driver which enables the connection between the Java application and the database. A list of available JDBC drivers is available at [{color:#003f80}{+}JDBC Data Access API{+}{color}.|http://developers.sun.com/product/jdbc/drivers]. *Don't forget to put your JDBC driver in the directory WEB-INF/lib*.
* *jdbc.url* : this is the URL of the database.
* *jdbc.username* : this is the username of the account used to access to the database.