Chapter 5 Browsing the Repository via the Web


Client configuration

The following client configuration parameters are available:

Logging

The following logging configuration parameters are available:

Parameter Description
Log file name Specifies the name to give to the log file.
Log level Specifies the minimum level of importance for the messages to be written to the log file.
Log file pattern Specifies how the log file should be rolled over. You can choose between:

  • Time/Date – the file rolls over after a certain time. Specify the duration and the format of the log file name in the date pattern field below.
  • File size – the file rolls over when it reaches a certain size. Specify the maximum file size in the field below.
Truncate the log file after the server starts Specifies to create a new log file each time the server is restarted.

To view the log file directly in the browser, select the level of message that you want to view and, optionally, a keyword to search on, and then click the Search button. Click the View button to view the file in a separate window.

SSL connection

The following SSL connection configuration parameters are available:

Parameter Description
Keystore file name Specifies the name of the keystore file, a database used by the security provider to store public and private key certificates, used by the security socket connection. A default client.keystore file is provided for the test environment.
KeyStore file path Specifies the path to the keystore file. The default is CMR_HOME/keystore.
TrustStore password Specifies the TrustStore password, used to access the keystore file. The default for the test environment file is "changeit". We recommend that you change the TrustStore password and regenerate the certificates and keystore files.

For detailed information about using Tomcat with SSL, see http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html .

 


Copyright (C) 2008. Sybase Inc. All rights reserved.