source: gs3-extensions/mat/trunk/resources/tomcat/mat.xml@ 22180

Last change on this file since 22180 was 21938, checked in by sjm84, 14 years ago

Creating mat.xml file that will go into the packages/tomcat/conf/Catalina/localhost/ upon installation of Mat

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