Project

General

Profile

« Previous | Next » 

Revision 2974

Added by Matt Jones about 18 years ago

Some changes to the build to make it easier to install the servlet under SSL
using https as the protocol, and also to allow ldapweb.cgi to be installed
standalone without an accompanying metacat. To do so, run both the
"install-ldap" target and make sure the "account" skin is installed using the
"install-skin" target.

View differences:

build.properties
17 17
config.port=80
18 18
server=${config.hostname}:${config.port}
19 19
httpserver=${server}
20
config.metacatserver=http://${server}/${metacat.context}/metacat
20
http.protocol=http
21
config.metacatserver=${http.protocol}://${server}/${metacat.context}/metacat
21 22
config.lsidauthority=ecoinformatics.org
22 23

  
23 24
# Installation directory for registry CGI scripts

Also available in: Unified diff