Apache tomcat version was updated to version 9.
For further information go to:
Apache Tomcat 9 Configuration Reference
Steps to improve the UMP wasp startup time:
- Deactivate wasp
- On the UMP robot machine navigate to ...\probes\service\wasp\conf
- Open context.xml for editing
- Replace context.xml contents with the following text
<?xml version='1.0' encoding='utf-8'?>
<Context reloadable="false">
<!-- Disable session persistence across restarts. -->
<Manager pathname="" />
<Resources cachingAllowed="false" />
<JarScanner scanClassPath="false" scanManifest="false" >
<JarScanFilter pluggabilitySkip="*.jar" defaultPluggabilityScan="false" tldSkip="*.jar" defaultTldScan="false"/>
</JarScanner>
</Context>
- Activate wasp