Changeset 6438


Ignore:
Timestamp:
2004-01-12T12:16:52+13:00 (20 years ago)
Author:
kjdon
Message:

removed org.greenstone from site names

Location:
trunk/gsdl3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/resources/soap/localsite.xml

    r3555 r6438  
    11<isd:service
    22  xmlns:isd="http://xml.apache.org/xml-soap/deployment"
    3   id="org.greenstone.localsite" checkMustUnderstands="false">
     3  id="localsite" checkMustUnderstands="false">
    44  <isd:provider type="java" scope="Session" methods="process">
    55    <isd:java class="org.greenstone.gsdl3.SOAPServer" static="false"/>
  • trunk/gsdl3/web/sites/localsite/siteConfig.xml

    r6424 r6438  
    11<siteConfig>
    22  <httpAddress value="http://localhost:8080/gsdl3/sites/localsite"/>
    3   <localSiteName value="org.greenstone.localsite"/>
     3  <localSiteName value="localsite"/>
    44  <!-- 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 :-( -->
    55  <!--<proxy host="" port="" user="" password=""/>-->
  • trunk/gsdl3/web/sites/soapsite/siteConfig.xml

    r4053 r6438  
    11<siteConfig>
    22  <httpAddress value="http://localhost:8080/gsdl3/sites/soapsite"/>
    3   <localSiteName value="org.greenstone.soapsite"/>
     3  <localSiteName value="soapsite"/>
    44  <siteList>
    5     <site name="org.greenstone.localsite" address="http://localhost:8080/soap/servlet/rpcrouter" type="soap"/>
     5    <site name="localsite" address="http://localhost:8080/soap/servlet/rpcrouter" type="soap"/>
    66  </siteList>
    77  <serviceClusterList/>
Note: See TracChangeset for help on using the changeset viewer.