Revision 6558
Added by ben leinfelder about 13 years ago
testing-metacat.html | ||
---|---|---|
149 | 149 |
<div class="code"><workspace>/metacat/test/test.properties</div> |
150 | 150 |
This should only hold one property: metacat.contextDir. This should point to |
151 | 151 |
the context directory for the metacat server you are testing. For example: |
152 |
<div class="code">metacat.contextDir=/usr/share/tomcat5.5/webapps/knb</div>
|
|
152 |
<div class="code">metacat.contextDir=/var/lib/tomcat6/webapps/knb</div>
|
|
153 | 153 |
The test classes will use this to determine where to look for the server |
154 | 154 |
metacat.properties file.</p> |
155 | 155 |
|
Also available in: Unified diff
remove reference to tomcat5.5 in favor of tomcat6. including the "custom" start up script that used the sun jdk -- this can be configured rather than coded into the script.