source: trunk/gsdl3/web/sites/gateway/siteConfig.xml.in@ 9460

Last change on this file since 9460 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: 304 bytes
Line 
1<siteConfig>
2 <httpAddress value="http://@hostname@:@port@/gsdl3/sites/gateway"/>
3 <localSiteName value="gateway"/>
4 <siteList>
5 <site name="localsite" address="http://@hostname@:@port@/soap/servlet/rpcrouter" type="soap"/>
6 </siteList>
7 <serviceClusterList/>
8 <serviceRackList/>
9</siteConfig>
10
Note: See TracBrowser for help on using the repository browser.