Changeset 10760


Ignore:
Timestamp:
2005-10-21T14:25:58+13:00 (19 years ago)
Author:
kjdon
Message:

changed project name and url from /gsdl3 to /greenstone3

Location:
trunk/gsdl3
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/build.xml

    r10746 r10760  
    88     kjdon                                                               
    99     ====================================================================== -->
    10 <project name="gsdl3" default="usage" basedir=".">
     10<project name="greenstone3" default="usage" basedir=".">
    1111
    1212 <!-- ============ self defined tasks =================== -->
     
    6565  <property name="javadocs" value="${basedir}/docs/javadoc"/>
    6666
    67   <property name="app.name"      value="gsdl3"/>
     67  <property name="app.name"      value="greenstone3"/>
    6868  <property name="app.path"      value="/${app.name}"/>
    6969  <property name="app.version"   value="3.00alpha"/>
     
    525525          depends="init,setup-catalina-ant-tasks">
    526526    <reload  url="http://kanuka:7070/manager" username="admin" password="admin"
    527             path="/gsdl3"/>
     527            path="${app.path}"/>
    528528  </target>
    529529 
     
    557557      <and>
    558558    <socket server="${tomcat.server}" port="${tomcat.port}"/>
    559     <http url="http://${tomcat.server}:${tomcat.port}/gsdl3/index.html"/>
     559    <http url="http://${tomcat.server}:${tomcat.port}${app.path}/index.html"/>
    560560      </and>
    561561    </waitfor>
  • trunk/gsdl3/comms/jakarta/server.xml.in

    r9874 r10760  
    193193
    194194    <!-- GSDL3 Service -->
    195     <Context path="/gsdl3" docBase="@gsdl3home@/web" debug="1" reloadable="true"><Resources allowLinking='true'/></Context>
     195    <Context path="/greenstone3" docBase="@gsdl3home@/web" debug="1" reloadable="true"><Resources allowLinking='true'/></Context>
    196196   
    197197        <!-- Defines a cluster for this node,
  • trunk/gsdl3/resources/java/global.properties.in

    r10309 r10760  
    55[email protected]@
    66[email protected]@
    7 tomcat.context=gsdl3
     7tomcat.context=greenstone3
    88
    99## Proxy setup - set these if you are behind a firewall and you want services that access the internet
Note: See TracChangeset for help on using the changeset viewer.