More Java6 and Tomcat6 compatability updates.
This commit is contained in:
@@ -22,14 +22,15 @@
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
DIST_SUBDIRS = zen
|
||||
DIST_SUBDIRS =
|
||||
|
||||
CFILES =
|
||||
|
||||
EXTRA_DIST = server-ibm.xml \
|
||||
server-sun.xml \
|
||||
server-pkcs12-ibm.xml \
|
||||
server-pkcs12-sun.xml
|
||||
server-pkcs12-sun.xml \
|
||||
tomcat6.conf
|
||||
|
||||
.PHONY: package package-clean package-install package-uninstall
|
||||
package package-clean package-install package-uninstall:
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
enableLookups="false" disableUploadTimeout="true"
|
||||
maxPostSize="16384" connectionTimeout="10000"
|
||||
acceptCount="300" debug="0" scheme="https" secure="true"
|
||||
clientAuth="false" sslProtocol="TLS"
|
||||
SSLEnabled="true" clientAuth="false" sslProtocol="TLS"
|
||||
keystoreFile="/etc/CASA/authtoken/keys/server/jks-store"
|
||||
keystorePass="secret" algorithm="IbmX509" />
|
||||
<!-- SSL_CONNECTOR_END -->
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
enableLookups="false" disableUploadTimeout="true"
|
||||
maxPostSize="16384" connectionTimeout="10000"
|
||||
acceptCount="300" debug="0" scheme="https" secure="true"
|
||||
clientAuth="false" sslProtocol="TLS"
|
||||
SSLEnabled="true" clientAuth="false" sslProtocol="TLS"
|
||||
keystoreFile="/etc/ssl/servercerts/keystore.p12"
|
||||
keystorePass="password" keystoreType="pkcs12" algorithm="IbmX509" />
|
||||
<!-- SSL_CONNECTOR_END -->
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
enableLookups="false" disableUploadTimeout="true"
|
||||
maxPostSize="16384" connectionTimeout="10000"
|
||||
acceptCount="300" debug="0" scheme="https" secure="true"
|
||||
clientAuth="false" sslProtocol="TLS"
|
||||
SSLEnabled="true" clientAuth="false" sslProtocol="TLS"
|
||||
keystoreFile="/etc/ssl/servercerts/keystore.p12"
|
||||
keystorePass="password" keystoreType="pkcs12" algorithm="SunX509" />
|
||||
<!-- SSL_CONNECTOR_END -->
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
# Where your java installation lives
|
||||
#JAVA_HOME="/etc/alternatives/jre"
|
||||
|
||||
# Where your tomcat installation lives
|
||||
#CATALINA_BASE="/usr/share/tomcat6"
|
||||
#CATALINA_HOME="/usr/share/tomcat6"
|
||||
JASPER_HOME="/usr/share/tomcat6"
|
||||
CATALINA_TMPDIR="/var/lib/CASA/authtoken/svc"
|
||||
|
||||
# You can pass some parameters to java here if you wish to
|
||||
#JAVA_OPTS="-Xminf0.1 -Xmaxf0.3"
|
||||
|
||||
# Use JAVA_OPTS to set java.library.path for libtcnative.so
|
||||
#JAVA_OPTS="-Djava.library.path=/usr/lib"
|
||||
|
||||
# What user should run tomcat
|
||||
TOMCAT_USER="casaatsd"
|
||||
|
||||
# You can change your tomcat locale here
|
||||
#LANG="en_US"
|
||||
|
||||
# Run tomcat under the Java Security Manager
|
||||
SECURITY_MANAGER="false"
|
||||
|
||||
# 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="/var/run/tomcat6.pid"
|
||||
|
||||
# Connector port is 8080 for this tomcat6 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)
|
||||
|
||||
Reference in New Issue
Block a user