source: trunk/gsdl3/web/sites/localsite/siteConfig.xml@ 5960

Last change on this file since 5960 was 5224, checked in by kjdon, 21 years ago

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

  • Property svn:keywords set to Author Date Id Revision
File size: 994 bytes
Line 
1<siteConfig>
2 <httpAddress value="http://localhost:8080/gsdl3/sites/localsite"/>
3 <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=""/>-->
6 <siteList/>
7 <serviceRackList>
8 <!--<serviceRack name="GATEServices"/>-->
9 </serviceRackList>
10 <serviceClusterList>
11 <!-- uncomment the following to provide build services -->
12 <!--<serviceCluster name="build">
13 <displayItemList>
14 <displayItem name='name'>Collection builder</displayItem>
15 <displayItem name='description'>Builds collections in a gsdl2-style manner</displayItem>
16 </displayItemList>
17 <serviceRackList>
18 <serviceRack name="GS2Construct"/>
19 </serviceRackList>
20 </serviceCluster>-->
21 </serviceClusterList>
22</siteConfig>
Note: See TracBrowser for help on using the repository browser.