HI There,
We are seeing some different behavior deploying CWS and OTxECM Web Services. These services are being deployed to:
- Tomcat 9.0.79
- with JVM 11.0.13+8
When deployed the folders are created correctly however when checking the tomcat manager they dont appear to have been deployed correctly.
Checking the logs I can see the following entries:
23-Aug-2023 23:29:52.191 FINE [Catalina-utility-1] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/wsdl/].
23-Aug-2023 23:29:52.191 FINE [Catalina-utility-1] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
and
23-Aug-2023 23:29:52.195 FINE [Catalina-utility-1] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/Tomcat%209.0/webapps/cws/WEB-INF/lib/xsom.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
23-Aug-2023 23:29:52.196 FINE [Catalina-utility-1] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/Tomcat%209.0/webapps/cws/WEB-INF/lib/istack-commons-runtime.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
23-Aug-2023 23:29:52.196 FINE [Catalina-utility-1] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/Tomcat%209.0/webapps/cws/WEB-INF/lib/csapi.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
23-Aug-2023 23:29:52.197 FINE [Catalina-utility-1] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/Tomcat%209.0/webapps/cws/WEB-INF/lib/otjaxws.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
23-Aug-2023 23:29:52.197 FINE [Catalina-utility-1] org.apache.jasper.servlet.TldScanner$TldScannerCallback.scan No TLD files were found in [file:/C:/Tomcat%209.0/webapps/cws/WEB-INF/lib/istack-commons-tools.jar]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
In the catalina.properties files I have updated the tomcat.util.scan.StandardJarScanFilter.jarsToSkip values to include the jar files that need to be checked.
tomcat.util.scan.StandardJarScanFilter.jarsToSkip=annotations-api.jar,ant-junit*.jar,ant-launcher*.jar,ant*.jar,asm-.jar,aspectj.jar,bcel*.jar,biz.aQute.bnd*.jar,bootstrap.jar,catalina-ant.jar,catalina-ha.jar,catalina-ssi.jar,catalina-storeconfig.jar,catalina-tribes.jar,catalina.jar,cglib-.jar,cobertura-.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-compress*.jar,commons-daemon.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,derby-.jar,dom4j-.jar,easymock-.jar,ecj-.jar,el-api.jar,geronimo-spec-jaxrpc*.jar,h2*.jar,ha-api-.jar,hamcrest-.jar,hibernate*.jar,httpclient*.jar,icu4j-.jar,jasper-el.jar,jasper.jar,jaspic-api.jar,jaxb-.jar,jaxen-.jar,jaxws-rt-.jar,jdom-.jar,jetty-.jar,jmx-tools.jar,jmx.jar,jsp-api.jar,jstl.jar,jta*.jar,junit-.jar,junit.jar,log4j.jar,mail*.jar,objenesis-.jar,oraclepki.jar,org.hamcrest.core_.jar,org.junit_.jar,oro-.jar,servlet-api-.jar,servlet-api.jar,slf4j.jar,taglibs-standard-spec-.jar,tagsoup-.jar,tomcat-api.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-i18n-.jar,tomcat-jdbc.jar,tomcat-jni.jar,tomcat-juli-adapters.jar,tomcat-juli.jar,tomcat-util-scan.jar,tomcat-util.jar,tomcat-websocket.jar,tools.jar,unboundid-ldapsdk-.jar,websocket-api.jar,wsdl4j*.jar,xercesImpl.jar,xml-apis.jar,xmlParserAPIs-.jar,xmlParserAPIs.jar,xom-.jar,xsom.jar,istack-commons-runtime.jar,csapi.jar,otjaxws.jar,istack-commons-tools.jar,jaxws-api.jar,service-jaxws-23.3.0.jar,stax-ex.jar,otds-basics.jar,otds-client.jar,management-api.jar,javax.activation-api.jar,jaxws-tools.jar,txw2.jar,service-api-23.3.0.jar,codemodel.jar,jaxws-rt.jar,dtd-parser.jar,ha-api.jar,javax.xml.soap-api.jar,javax.activation.jar,rngom.jar,mimepull.jar,policy.jar,jsr181-api.jar,streambuffer.jar,saaj-impl.jar,stax2-api.jar,relaxng-datatype.jar,gmbal-api-only.jar,jakarta.xml.bind-api.jar,javax.annotation-api.jar,otds-sec-lib.jar,jakarta.activation-api.jar,FastInfoset.jar,woodstox-core.jar,ECMLink-23.3.0.jar,ECMLink-api-23.3.0.jar
However because I cannot clear the following errors the services wont start
23-Aug-2023 23:48:04.951 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/jsp/].
23-Aug-2023 23:48:04.951 FINE [main] org.apache.jasper.servlet.TldScanner.scanResourcePaths No TLD files were found in resource path [/WEB-INF/].
In addition I have attempted to change the JVM to use the one that is bundled with Content Server - but there is no change.
Just wondering if anyone else has come across this error
Matthew Barben