Project

General

Profile

« Previous | Next » 

Revision 3215

At Jing's suggestion, added back descriptions for the 'server' and 'httpserver' properties. Since the default values can be used in most cases, the descriptions were added to the table titled 'Other properties in build.properties that you can (but generally need not) change'.

Added text to description of 'config.port.https' property.

View differences:

metacatinstall.html
293 293
    </tr>
294 294
    <tr>
295 295
      <td>config.port.https</td>
296
      <td>The config.port.https property is the HTTP secure port number that is used to connect to Metacat.
296
      <td>The config.port.https property is the HTTP secure port number that is used to connect to Metacat,
297
          generally when replicating documents to and from other Metacat servers.
297 298
          If Tomcat is running stand-alone, the value will typically be 8443.</td>
298 299
      <td>Default:&nbsp;&nbsp;
299 300
          <code>80</code>
......
444 445
      <td><b>Default value and examples of other values</b></td>
445 446
    </tr>
446 447
    <tr>
448
      <td>server</td>
449
      <td>The server property is the hostname and port number of the server that Metacat uses
450
          for replicating documents to and from other Metacat servers, which should be with the secure (HTTPS) port.
451
          Since this property is usually composed of the <code>config.hostname</code> and <code>config.port.https</code> properties (described above),
452
          the default setting can be used in most cases.
453
      <td>Default:&nbsp;&nbsp;<code>${config.hostname}:${config.port.https}</code>
454
      </td>
455
    </tr>
456
    <tr>
457
      <td>httpserver</td>
458
      <td>httpserver is the plain HTTP address and port number that Metacat uses for purposes
459
          other than replication. Since this property is usually composed of the <code>config.hosthame</code> and <code>config.port</code>
460
          properties (described above), the default setting can be used in most cases.</td>
461
      <td>Default:&nbsp;&nbsp;<code>${config.hostname}:${config.port}</code>
462
      </td>
463
    </tr>
464
    <tr>
447 465
      <td>inst.cgi.dir</td>
448 466
      <td>Installation directory for registry CGI scripts</td>
449 467
      <td>Default:&nbsp;&nbsp;

Also available in: Unified diff