Project

General

Profile

« Previous | Next » 

Revision 3377

Added by Jing Tao over 16 years ago

Make some changes for 1.7.1

View differences:

metacatinstall.html
209 209
  <ul>
210 210
  <li><code>tomcat</code></li>
211 211
  <li><code>deploy.dir</code></li>
212
  <li><code>tomcatversion</code></li>
212 213
  <li><code>metacat.context</code></li> 
213 214
  <li><code>config.hostname</code></li>
214 215
  <li><code>config.port</code></li>
......
258 259
      </td>
259 260
    </tr>
260 261
    <tr>
262
      <td>tomcatversion</td>
263
      <td>The tomcatversion property is the version of tomcat in which you 
264
          want Metacat to run. This will determine the location of some
265
          jar files coming with tomcat.</td>
266
      <td>Default:&nbsp;&nbsp;
267
          <code>tomcat5</code>
268
      <br><br>Example:&nbsp;&nbsp;
269
          <code>tomcat4</code>
270
      </td>
271
    </tr>
272
    <tr>
261 273
      <td>metacat.context</td>
262 274
      <td>The metacat.context property is the name of the servlet context in which you 
263 275
          want Metacat to be installed. This will determine the installation 
......
297 309
          generally when replicating documents to and from other Metacat servers.
298 310
          If Tomcat is running stand-alone, the value will typically be 8443.</td>
299 311
      <td>Default:&nbsp;&nbsp;
300
          <code>80</code>
312
          <code>443</code>
301 313
      <br><br>Example:&nbsp;&nbsp;
302 314
          <code>8443</code>
303 315
      </td>
......
663 675
      <li>build/src/upgrade-db-to-1.5.sql</li>
664 676
      <li>build/src/upgrade-db-to-1.6.sql</li>
665 677
      <li>build/src/upgrade-db-to-1.7.sql</li>
678
      <li>build/src/upgrade-db-to-1.7.1.sql</li>
666 679
    </ul>
667 680
   <p>
668 681
    For example, if you had an existing metacat 1.4 installation and you were upgrading 

Also available in: Unified diff