New functionality
New functionality in the configuration files is described in the release note. If you want to use the new functionality, you must manually update the configuration files.
The configuration files are located here:
- On Windows: C:\ProgramData\Nexus\timestamp-server\conf
- On Linux: /etc/timestamp-server
Mandatory updates
Do these mandatory updates in the configuration files:
The java logging configuration has changed. If your logging.properties file is unchanged this is handled automatically by the upgrade process. Otherwise replace your logging.properties file with the new default configuration (see below) and adapt it to your preference:
#
# configuration for logging
#
handlers = com.id2tech.logging.TimeRollingFileHandler
# Dependencies should log on Warning
.level = WARNING
# Nexus classes should log on Info
se.nexus.level = INFO
com.id2tech.level = INFO
com.nexussafe.level = INFO
nano.audit.level= INFO
com.id2tech.logging.TimeRollingFileHandler.pattern = %5$s/logs/%ty-%<tm-%<td/timestamp.log
com.id2tech.logging.TimeRollingFileHandler.level = INFO
com.id2tech.logging.TimeRollingFileHandler.formatter = com.id2tech.logging.OneLineMessageFormatFormatter
#java.util.logging.ConsoleHandler.formatter = com.id2tech.logging.OneLineMessageFormatFormatter
#java.util.logging.ConsoleHandler.level = FINEST
- Parameter change in timestamp.properties. If your timestamp.properties file is unchanged this is handled automatically. Otherwise do the following:
Replace
#include ./server-0/*-webapp.properties
with
#include ./server-0/front-webapp.properties
Replace
#include ./server-1/*-webapp.properties
with
#include ./server-1/admin-webapp.properties
#include ./server-1/root-webapp.properties
If more #include
parameters are present, do the same change for them.