TIBCO Administrator Tomcat startup has slowed down since installing TIBCO Runtime Agent 5.8.0\5.9.0.

TIBCO Administrator Tomcat startup has slowed down since installing TIBCO Runtime Agent 5.8.0\5.9.0.

book

Article ID: KB0085135

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Description:
Title:
TIBCO Administrator Tomcat startup has slowed down since installing TIBCO Runtime Agent 5.8.0\5.9.0.


Description:
TIBCO Administrator Tomcat startup has slowed down since installing TIBCO Runtime Agent 5.8.0\5.9.0. When compared to previous versions of Administrator ,  Administrator 5.8.0  takes a longer time to initialize.

Symptoms:
TIBCO Administrator takes longer to initialize.

Cause:
This is a Tomcat configuration issue. Tomcat startup has slowed down due to new features Tomcat has introduced with Tomcat 7, namely due to Servlet 3.0 pluggability features.

Issue/Introduction

TIBCO Administrator Tomcat startup has slowed down since installing TIBCO Runtime Agent 5.8.0\5.9.0.

Resolution

Edit the catalina.properties location in"  

 

1).    <TIBCO_HOME>/administrator/domain/<DOMAIN_NAME>/tomcat/conf 

and

2).    <TIBCO_HOME>/administrator/version/tomcat/conf

 

Add the following lines:

 =============================================================

#The comma-separated list of additional filenames of JARs that Tomcat will not scan for Servlet 3.0pluggability features.

#The coded default is that no JARs are skipped however the system property is set in a default

#Tomcat installation via the $CATALINA_BASE/conf/catalina.properties file.

org.apache.catalina.startup.ContextConfig.jarsToSkip=*.jar


 =============================================================


Additional Information

http://tomcat.apache.org/tomcat-7.0-doc/config/systemprops.html#JAR_Scanning