source: trunk/gsdl3/resources/soap/site.xml.in@ 6443

Last change on this file since 6443 was 6443, checked in by kjdon, 20 years ago

made the site.xml abstract, a new one gets created when you deploy a site

  • Property svn:keywords set to Author Date Id Revision
File size: 286 bytes
Line 
1<isd:service
2 xmlns:isd="http://xml.apache.org/xml-soap/deployment"
3 id="@sitename@" checkMustUnderstands="false">
4 <isd:provider type="java" scope="Session" methods="process">
5 <isd:java class="org.greenstone.gsdl3.@servername@" static="false"/>
6 </isd:provider>
7</isd:service>
Note: See TracBrowser for help on using the repository browser.