Mergin 3856 3851 3838 3830 3829 3828 3827 from vivo 1.4 branch
This commit is contained in:
parent
9bb0904dd7
commit
8275adc10f
15 changed files with 1749 additions and 312 deletions
37
tomcat7.deploy.properties
Normal file
37
tomcat7.deploy.properties
Normal file
|
@ -0,0 +1,37 @@
|
|||
####### Deploy properties #########################################
|
||||
|
||||
vitro.core.dir = ../vitrotrunk
|
||||
|
||||
tomcat.home = /usr/local/apache-tomcat-7.0.11
|
||||
webapp.name = vivo
|
||||
vitro.local.solr.url = http://localhost:8090/vivosolr
|
||||
|
||||
vitro.local.solr.ipaddress.mask = 127\.0\.0\.1,[0:]+:1[^:]*,
|
||||
|
||||
vitro.home.directory = /usr/local/vivo/vitrodb
|
||||
|
||||
|
||||
####### Vivo configuration properties #############################
|
||||
|
||||
Vitro.defaultNamespace = http://localhost:8080/vivo/
|
||||
|
||||
email.smtpHost = smtp.mydomain.edu
|
||||
email.replyTo = vivoAdmin@mydomain.edu
|
||||
|
||||
VitroConnection.DataSource.url = jdbc:mysql://localhost/vitrodb
|
||||
VitroConnection.DataSource.username = root
|
||||
VitroConnection.DataSource.password = RedRed
|
||||
|
||||
VitroConnection.DataSource.pool.maxActive = 40
|
||||
VitroConnection.DataSource.pool.maxIdle = 10
|
||||
VitroConnection.DataSource.dbtype = MySQL
|
||||
VitroConnection.DataSource.driver = com.mysql.jdbc.Driver
|
||||
VitroConnection.DataSource.validationQuery = SELECT 1
|
||||
|
||||
rootUser.emailAddress = root@root.com
|
||||
|
||||
selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId
|
||||
|
||||
visualization.temporal = enabled
|
||||
|
||||
Vitro.reconcile.defaultTypeList = http://vivoweb.org/ontology/core#Role, core:Role; http://vivoweb.org/ontology/core#AcademicDegree, core:Academic Degree; http://purl.org/NET/c4dm/event.owl#Event, event:Event; http://vivoweb.org/ontology/core#Agreement, core:Agreement; http://vivoweb.org/ontology/core#Location, core:Location; http://xmlns.com/foaf/0.1/Organization, foaf:Organization; http://xmlns.com/foaf/0.1/Person, foaf:Person; http://vivoweb.org/ontology/core#InformationResource, core:Information Resource
|
Loading…
Add table
Add a link
Reference in a new issue