Description: TIBCO Administrator 5.9.0 startup has slowed down due to new features introduced with Tomcat 7, namely due to Servlet 3.0 pluggability features.
Symptoms: TIBCO Administrator 5.9.0 slow startup.
Cause: New features introduced with Tomcat 7, namely due to Servlet 3.0 pluggability features, causes TIBCO Administrator slowness on starting.
Issue/Introduction
TIBCO Administrator 5.9.0 slow startup.
Resolution
Edit the catalina.properties location in:
a)tibco_home/administrator/domain/domain_name/tomcat/conf and b)tibco_home/administrator/version/tomcat/conf
and add the following lines:
#The comma-separated list of additional filenames of JARs that Tomcat will not scan for Servlet 3.0 pluggability 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