Changeset 3994


Ignore:
Timestamp:
2003-03-26T12:08:00+12:00 (21 years ago)
Author:
kjdon
Message:

now stores site_http_address, passed in before configure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/ServiceRack.java

    r3946 r3994  
    6060    /** the absolute address of the site home */
    6161    protected String site_home_ =null;
     62    /** the http address of the site home */
     63    protected String site_http_address_ =null;
     64
    6265    /** the name of the cluster (or collection) that this service
    6366    belongs to - if any */
     
    98101    public void setSiteHome(String site_home) {
    99102    site_home_ = site_home;
     103    }
     104    /** sets the site http address */
     105    public void setSiteAddress(String site_address) {
     106    site_http_address_ = site_address;
    100107    }
    101108
Note: See TracChangeset for help on using the changeset viewer.