Changeset 10760
- Timestamp:
- 2005-10-21T14:25:58+13:00 (18 years ago)
- Location:
- trunk/gsdl3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl3/build.xml
r10746 r10760 8 8 kjdon 9 9 ====================================================================== --> 10 <project name="g sdl3" default="usage" basedir=".">10 <project name="greenstone3" default="usage" basedir="."> 11 11 12 12 <!-- ============ self defined tasks =================== --> … … 65 65 <property name="javadocs" value="${basedir}/docs/javadoc"/> 66 66 67 <property name="app.name" value="g sdl3"/>67 <property name="app.name" value="greenstone3"/> 68 68 <property name="app.path" value="/${app.name}"/> 69 69 <property name="app.version" value="3.00alpha"/> … … 525 525 depends="init,setup-catalina-ant-tasks"> 526 526 <reload url="http://kanuka:7070/manager" username="admin" password="admin" 527 path=" /gsdl3"/>527 path="${app.path}"/> 528 528 </target> 529 529 … … 557 557 <and> 558 558 <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"/> 560 560 </and> 561 561 </waitfor> -
trunk/gsdl3/comms/jakarta/server.xml.in
r9874 r10760 193 193 194 194 <!-- GSDL3 Service --> 195 <Context path="/g sdl3" 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> 196 196 197 197 <!-- Defines a cluster for this node, -
trunk/gsdl3/resources/java/global.properties.in
r10309 r10760 5 5 tomcat.server=@tomcat.server@ 6 6 tomcat.port=@tomcat.port@ 7 tomcat.context=g sdl37 tomcat.context=greenstone3 8 8 9 9 ## 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.