Revision 3208
Added by Jing Tao over 17 years ago
build.properties | ||
---|---|---|
15 | 15 |
# Server Properties |
16 | 16 |
config.hostname=knb.ecoinformatics.org |
17 | 17 |
config.port=80 |
18 |
server=${config.hostname}:${config.port} |
|
19 |
httpserver=${server} |
|
18 |
config.port.https=80 |
|
19 |
# Server is the domain name for replication purpose, which should be with https port |
|
20 |
server=${config.hostname}:${config.port.https} |
|
21 |
httpserver=${config.hostname}:${config.port} |
|
20 | 22 |
http.protocol=http |
21 |
config.metacatserver=${http.protocol}://${server}/${metacat.context}/metacat |
|
23 |
config.metacatserver=${http.protocol}://${httpserver}/${metacat.context}/metacat
|
|
22 | 24 |
config.lsidauthority=ecoinformatics.org |
23 | 25 |
|
24 | 26 |
# Installation directory for registry CGI scripts |
25 | 27 |
inst.cgi.dir=/var/www/cgi-knb |
26 |
cgi-prefix=http://${server}/cgi-bin |
|
28 |
cgi-prefix=http://${httpserver}/cgi-bin
|
|
27 | 29 |
ldapUrl=ldap://ldap.ecoinformatics.org/dc=ecoinformatics,dc=org |
28 | 30 |
|
29 | 31 |
# Select the database to use for metadata storage |
Also available in: Unified diff
Add a new config.port.https property. This value will be used by server property.