source: branches/ant-install-branch/gsdl3/web/sites/localsite/siteConfig.xml.in@ 9870

Last change on this file since 9870 was 9460, checked in by kjdon, 19 years ago

renaming siteConfig.xml files to siteConfig.xml.in files - for use with the (coming) ant install script. the old ones will be deleted, but not until I have committed the ant stuff

  • Property svn:keywords set to Author Date Id Revision
File size: 609 bytes
Line 
1<siteConfig>
2 <httpAddress value="http://@hostname@:@port@/gsdl3/sites/localsite"/>
3 <localSiteName value="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 <!-- uncomment to provide the GATE tagging service -->
9 <!--<serviceRack name="GATEServices"/>-->
10 </serviceRackList>
11 <serviceClusterList/>
12</siteConfig>
Note: See TracBrowser for help on using the repository browser.