Skip to main content
Skip table of contents

Settings in Tomcat

PTC recommends deactivating the scanning of JAR files from Tomcat, for example to increase startup performance or to avoid some error messages in the log files. See PTC® article numbers CS434417 and CS344564.

For customers who follow this recommendation, it is importantto activate the scan for the innoface-wc-client.jar library from IFConneX, as otherwise the interface will not function fully. To activate the JAR scan for this one library only, the following configuration must be defined for Tomcat in the file context.xml:

CODE
    <JarScanner>
        <JarScanFilter defaultPluggabilityScan="false" pluggabilityScan="innoface-wc-client.jar"/>
    </JarScanner>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.