/usr/share/pki/server/conf/tomcat.conf is in pki-server 10.6.0-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | # --- BEGIN COPYRIGHT BLOCK ---
# Copyright (C) 2012 Red Hat, Inc.
# All rights reserved.
# Modifications: configuration parameters
# --- END COPYRIGHT BLOCK ---
# This file contains instance-specific configuration.
# Default NSS DB type is loaded from /usr/share/pki/etc/tomcat.conf
# Where your java installation lives
JAVA_HOME="[JAVA_HOME]"
# Where your tomcat installation lives
CATALINA_BASE="[PKI_INSTANCE_PATH]"
# Instance tmp dir
CATALINA_TMPDIR=[PKI_TMPDIR]
# NOTE: JAVA_OPTS is now only read once. All desired settings must be concatenated
# into a single line.
#
# Some parameters you might want to add are:
# - parameters to the JVM like
# -Xminf0.1 -Xmaxf0.3
# - parameters to set java.library.path for libtcnative.so
# -Djava.library.path=/usr/lib
# - parameters to run a java debugger (e. g. - 'eclipse')
# -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n -Djava.awt.headless=true -Xmx128M
JAVA_OPTS="-DRESTEASY_LIB=[PKI_RESTEASY_LIB] -Djava.library.path=[NUXWDOG_JNI_PATH]"
# What user should run tomcat
TOMCAT_USER="[PKI_USER]"
# You can change your tomcat locale here
#LANG="en_US"
# Run tomcat under the Java Security Manager
SECURITY_MANAGER="[PKI_SECURITY_MANAGER]"
# Time to wait in seconds, before killing process
#SHUTDOWN_WAIT="30"
# Whether to annoy the user with "attempting to shut down" messages or not
#SHUTDOWN_VERBOSE="false"
# Set the TOMCAT_PID location
CATALINA_PID="[TOMCAT_PIDFILE]"
# Set the tomcat log file
TOMCAT_LOG="[TOMCAT_LOG_DIR]/tomcat-initd.log"
# Connector port is 8080 for this tomcat instance
#CONNECTOR_PORT="8080"
# If you wish to further customize your tomcat environment,
# put your own definitions here
# (i.e. LD_LIBRARY_PATH for some jdbc drivers)
PKI_VERSION=[APPLICATION_VERSION]
# Debian settings
TOMCAT_USER="[PKI_USER]"
TOMCAT_SECURITY="[PKI_SECURITY_MANAGER]"
# Use Nuxwdog to start server
USE_NUXWDOG="false"
|