Changeset 5224


Ignore:
Timestamp:
2003-08-20T15:41:43+12:00 (21 years ago)
Author:
kjdon
Message:

commented out building stuff, added in a proxy thing to fill in if you are runnig behind a proxy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/web/sites/localsite/siteConfig.xml

    r5201 r5224  
    22  <httpAddress value="http://localhost:8080/gsdl3/sites/localsite"/>
    33  <localSiteName value="org.greenstone.localsite"/>
     4  <!-- uncomment the following and fill in the attribtues if you are running your tomcat behind a proxy. the user and password will be used for authentication  - unfortunately at this stage, you have to enter your password here :-( -->
     5  <!--<proxy host="" port="" user="" password=""/>-->
    46  <siteList/>
    57  <serviceRackList>
     
    79  </serviceRackList>
    810  <serviceClusterList>
    9     <serviceCluster name="build">
     11    <!-- uncomment the following to provide build services -->
     12    <!--<serviceCluster name="build">
    1013      <displayItemList>
    1114    <displayItem name='name'>Collection builder</displayItem>
     
    1518    <serviceRack name="GS2Construct"/>
    1619      </serviceRackList>
    17     </serviceCluster>
     20    </serviceCluster>-->
    1821  </serviceClusterList>
    1922</siteConfig>
Note: See TracChangeset for help on using the changeset viewer.