source: main/trunk/greenstone3/web/sites/gateway/siteConfig.xml@ 30695

Last change on this file since 30695 was 13964, checked in by kjdon, 17 years ago

added in gsf and xsl namespaces in case someone adds in a format statement

  • Property svn:keywords set to Author Date Id Revision
File size: 699 bytes
Line 
1<siteConfig
2 xmlns:gsf='http://www.greenstone.org/greenstone3/schema/ConfigFormat'
3 xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>
4 <siteList localSiteName="gateway">
5 <!-- a site element needs name and type, then either an addess attribute where the URL of the server can be accessed, or a localSite attribute, which specifies to use the local server on a local site. This second method is just for testing. The address of a SOAP server deployed by axis in greenstone would be like http://{tomcat_server}:{tomcat_port}/gsdl3/services/{site_name} -->
6 <site name="localsite" localSite="localsite" type="soap"/>
7 </siteList>
8 <serviceClusterList/>
9 <serviceRackList/>
10</siteConfig>
11
Note: See TracBrowser for help on using the repository browser.