source: other-projects/nz-flag-design/trunk/README.txt

Last change on this file was 29534, checked in by davidb, 9 years ago

Readme file detailing how to set up tomcat

File size: 383 bytes
Line 
1
2
3Example Tomcat config file to put in conf/Catalina/localhost/nz-flag-design.xml
4
5Subsitute docBase with values for where you have checked out the nz-flag-design project
6
7
8===
9<Context
10 docBase="C:\cygwin2013\home\davidb\research\code\nz-flag-design"
11 debug="1" reloadable="true"
12 privileged='true'
13 allowLinking="false">
14
15 <Manager pathname="SESSIONS.ser" />
16</Context>
17====
Note: See TracBrowser for help on using the repository browser.