source: gs3-extensions/pharos/trunk/resources/tomcat/pharos.xml@ 21253

Last change on this file since 21253 was 20983, checked in by davidb, 15 years ago

Initial files for Phrasos extension to Greenstone3

File size: 490 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="/pharos"
5 docBase="@pharoswebhome@"
6 debug="1" reloadable="true"
7 allowLinking="false">
8</Context>
Note: See TracBrowser for help on using the repository browser.