You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Thufir Hawat <ha...@gmail.com> on 2016/02/11 13:13:37 UTC

change in *.xml the settings to map your needs? (fwd)

For these directions:


We ship with default configuration (embedded in jars) and -template files you 
can use to override the default configuration. Simply copy in conf folder 
*-template.xml to *.xml (example: smtpserver-template.xml to smtpserver.xml), 
and change in *.xml the settings to map your needs.


http://james.apache.org/server/3/config.html



what's meant by "change in *.xml the settings to map your needs"?  I can just 
copy james-database-template.properties to james-database.properties, but 
then...?

Just update james-database.properties with the config for mysql, and it will be 
picked up?



thanks,

Thufir

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: change in *.xml the settings to map your needs?

Posted by Thufir Hawat <ha...@gmail.com>.
as per the tutorial, I set the properties as:

# MySQL JDBC database properties
database.driverClassName=com.mysql.jdbc.Driver
database.url=jdbc:mysql://localhost/james
database.username=james
database.password=password
vendorAdapter.database=MYSQL
openjpa.streaming=false


openjpa.streaming=false




pardon, just found that language confusing, I thought maybe there was 
another file to edit as well as the database properties file.


-Thufir

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org