source: trunk/gsdl3/resources/tomcat/greenstone3.xml@ 11289

Last change on this file since 11289 was 11289, checked in by kjdon, 18 years ago

moved here from packages/tomcat-extra, greenstone context is now in greenstone3.xml, which will get copied to tomcat/conf/Catalina/localhost, rather than being in server.xml

  • Property svn:keywords set to Author Date Id Revision
File size: 494 bytes
Line 
1<!-- set allowLinking to true if you want to use symlinks to files or directories outside the docBase directory -->
2<!-- set reloadable to false for a production version. if true, automatically reloads the webapp if it detects changes in classes or lib directories -->
3<!-- see http://tomcat.apache.org/tomcat-5.5-doc/config/context.html for more Context attributes -->
4<Context path="/greenstone3"
5 docBase="@gsdl3webhome@"
6 debug="1" reloadable="true"
7 allowLinking="false">
8</Context>
Note: See TracBrowser for help on using the repository browser.