From 0ed987de47410970bdfffb4900f46e3229c79ffb Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Tue, 18 Dec 2012 12:14:31 -0500 Subject: Hardcode setting of resteasy-lib for instance Tomcat in f17 expects the file under /etc/sysconfig/foo to be a set of environment variables being set, and parses it that way. We recently added some logic to source the global pki.conf file. This works in f18, but breaks instance startup in f17. While this works in f18, its an indication that we are using the tomcat config file incorrectly. Reverting to hardcoding resteasy lib. --- base/deploy/config/pkislots.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'base/deploy/config/pkislots.cfg') diff --git a/base/deploy/config/pkislots.cfg b/base/deploy/config/pkislots.cfg index ee75154ce..1cb463bfe 100644 --- a/base/deploy/config/pkislots.cfg +++ b/base/deploy/config/pkislots.cfg @@ -65,6 +65,7 @@ PKI_PROXY_SECURE_PORT_SLOT=[PKI_PROXY_SECURE_PORT] PKI_PROXY_UNSECURE_PORT_SLOT=[PKI_PROXY_UNSECURE_PORT] PKI_RANDOM_NUMBER_SLOT=[PKI_RANDOM_NUMBER] PKI_REGISTRY_FILE_SLOT=[PKI_REGISTRY_FILE] +PKI_RESTEASY_LIB_SLOT=[PKI_RESTEASY_LIB] PKI_SECURE_PORT_SLOT=[PKI_SECURE_PORT] PKI_SECURE_PORT_CONNECTOR_NAME_SLOT=[PKI_SECURE_PORT_CONNECTOR_NAME] PKI_SECURE_PORT_SERVER_COMMENT_SLOT=[PKI_SECURE_PORT_SERVER_COMMENT] -- cgit