source: trunk/gsdl3/sites/localsite/siteConfig.xml@ 4004

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

http address added to site config - at this stage its set to localhost, but should be the IP address of the machine

  • Property svn:keywords set to Author Date Id Revision
File size: 551 bytes
Line 
1<siteConfig>
2 <httpAddress value="http://localhost:8080/gsdl3/sites/localsite"/>
3 <localSiteName value="org.greenstone.localsite"/>
4 <sitelist/>
5 <serviceRackList/>
6 <serviceClusterList>
7 <serviceCluster name="build">
8 <metadataList>
9 <metadata name="Title">Collection builder</metadata>
10 <metadata name="Description">Builds collections in a gsdl2-style manner</metadata>
11 </metadataList>
12 <serviceRackList>
13 <serviceRack name="GS2Construct"/>
14 </serviceRackList>
15 </serviceCluster>
16 </serviceClusterList>
17</siteConfig>
Note: See TracBrowser for help on using the repository browser.