source: main/trunk/greenstone3/resources/tomcat/greenstone3.xml@ 22320

Last change on this file since 22320 was 22320, checked in by ak19, 14 years ago

If using tomcat 6 and not 5, build.xml now automatically replaces the privilegedattribute placeholder with the privileged=true attribute in the Context element of the greenstone3.xml template file that's in the resources/tomcat folder.

  • Property svn:keywords set to Author Date Id Revision
File size: 518 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 @privilegedattribute@
8 allowLinking="false">
9</Context>
Note: See TracBrowser for help on using the repository browser.