Hi Olaf Here are extracts of the relevant configuration files (as requested).
Httpd.conf ... Listen 443 ssl ... LoadModule ssl_module modules/mod_ssl.so .... <Directory "C:\Program Files (x86)\apache-tomcat-9.0.6\webapps"> ... DirectoryIndex index.jsp <VirtualHost *:443> ServerName OXNETMDMS04.OXNET.NHS.UK SSLEngine on SSLCertificateFile "c:\Apache24\conf\certificate.crt" SSLCertificateKeyFile "c:\Apache24\conf\private_key.key" SSLCertificateChainFile "C:\Apache24\conf\IntCA.cer" </VirtualHost> ... # Load mod_jk module, pay attention to path of module file LoadModule jk_module modules / mod_jk.so # Declare the location of the workers.properties file JkWorkersFile "C:\Program Files (x86)\apache-tomcat-9.0.6\conf\workers.properties" # Declare the log file location of mod_jk JkLogFile "C:\Program Files (x86)\apache-tomcat-9.0.6\logs\mod_jk2.log" # Declare the log level of mod_jk (optional) JkLogLevel debug # Declare the time stamp format of the mod_jk log (optional) JkLogStampFormat "[%a %b %d %H:%M:%S %Y]" # Assign the /* .action and /*.jsp requests to Tomcat, and the rest of the Apache Http Servers handle them. # Note that the akp13 behind JkMount corresponds to the name of the worker in the worker.list file in the worker.properties file. JKMount /servlet/* ajp13 JkMount /*.jsp ajp13 JkMount /*.do ajp13 <Location /jkstatus> Order deny,allow Allow from all </Location> Workers.properties.......... Workers.tomcat_home=C:\Program Files (x86)\apache-tomcat-9.0.6 #Make mod_jk module aware of Tomcat workers.java_home=C:\Program Files (x86)\Java\jre1.8.0_161 #Make mod_jk module aware of jre ps = \ # Specify the file path separator worker.list=ajp13 worker.ajp13.port=8009 #Workport , this port should match the port used by the AJP/1.3 protocol of the Connector element in server.xml worker.ajp13.host=localhost #Tomcat server address worker.ajp13.type=ajp13 #type tomcat9-stderr .... 05-Jul-2018 09:59:14.329 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.6 05-Jul-2018 09:59:14.329 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Mar 5 2018 09:34:35 UTC 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 9.0.6.0 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Windows Server 2008 R2 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 6.1 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: x86 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: c:\program files (x86)\java\jre1.8.0_161 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_161-b12 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: C:\Program Files (x86)\apache-tomcat-9.0.6 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: C:\Program Files (x86)\apache-tomcat-9.0.6 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=c:\program files (x86)\apache-tomcat-9.0.6 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=c:\program files (x86)\apache-tomcat-9.0.6 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=c:\program files (x86)\apache-tomcat-9.0.6\endorsed 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=c:\program files (x86)\apache-tomcat-9.0.6\temp 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=c:\program files (x86)\apache-tomcat-9.0.6\conf\logging.properties 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: exit 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: abort 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms128m 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx256m 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.16] using APR version [1.6.3]. 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 05-Jul-2018 09:59:14.345 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 05-Jul-2018 09:59:15.142 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.0.2m 2 Nov 2017] 05-Jul-2018 09:59:15.267 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-8080"] 05-Jul-2018 09:59:15.329 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read 05-Jul-2018 09:59:15.345 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-8009"] 05-Jul-2018 09:59:15.345 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read 05-Jul-2018 09:59:15.345 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1367 ms 05-Jul-2018 09:59:15.361 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 05-Jul-2018 09:59:15.361 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/9.0.6 05-Jul-2018 09:59:15.376 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-8080"] 05-Jul-2018 09:59:15.392 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-8009"] 05-Jul-2018 09:59:15.392 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 49 ms 05-Jul-2018 10:00:15.389 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [C:\Program Files (x86)\apache-tomcat-9.0.6\webapps\OracleStatus.war] 05-Jul-2018 10:00:15.920 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 05-Jul-2018 10:00:15.967 INFO [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [C:\Program Files (x86)\apache-tomcat-9.0.6\webapps\OracleStatus.war] has finished in [578] ms mod_jk2 log file.......... Thu Jul 05 09:59:01 2018][9916:12968] [debug] jk_shm_close::jk_shm.c (360): Closed shared memory memory childs=1 [Thu Jul 05 09:59:01 2018][6384:13584] [debug] jk_shm_close::jk_shm.c (360): Closed shared memory memory childs=1 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y]' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 3 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/servlet/*=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/*.jsp=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/*.do=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 capacity=0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=3 nosize=0 capacity=4 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/servlet/* worker=ajp13 context=/servlet/* source=JkMount type=Wildchar len=10 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/*.jsp worker=ajp13 context=/*.jsp source=JkMount type=Wildchar len=6 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #2: uri=/*.do worker=ajp13 context=/*.do source=JkMount type=Wildchar len=5 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y]' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] init_jk::mod_jk.c (3309): Not using locking. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] init_jk::mod_jk.c (3321): Setting default connection pool max size to 64 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'Workers.tomcat_home' with value 'C:\Program Files (x86)\apache-tomcat-9.0.6' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'workers.java_home' with value 'C:\Program Files (x86)\Java\jre1.8.0_161' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'ps' with value '\' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 'ajp13' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.port' with value '8009' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.host' with value 'localhost' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.type' with value 'ajp13' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_resolve_references::jk_map.c (781): Checking for references with prefix worker. with wildcard (recursion 1) [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_shm_calculate_size::jk_shm.c (136): shared memory will contain 1 ajp workers and 0 lb workers with 0 members [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_shm_open::jk_shm.c (318): Initialized shared memory memory [1] size=1024 workers=-1 free=384 addr=0x16a4e10 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'ServerRoot' -> 'C:/Apache24' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'Workers.tomcat_home' -> 'C:\Program Files (x86)\apache-tomcat-9.0.6' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'workers.java_home' -> 'C:\Program Files (x86)\Java\jre1.8.0_161' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'ps' -> '\' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.list' -> 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.port' -> '8009' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.host' -> 'localhost' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.type' -> 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] build_worker_map::jk_worker.c (241): creating worker ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_create_worker::jk_worker.c (145): about to create instance ajp13 of ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_worker_factory::jk_ajp_common.c (3075): ajp worker 'ajp13' type=2 created [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_create_worker::jk_worker.c (158): about to validate and init ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_validate::jk_ajp_common.c (2742): worker ajp13 contact is 'localhost:8009' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_ajp_push::jk_ajp_common.c (1137): syncing shm for ajp worker 'ajp13' from mem (0->0) [0->0] [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2939): setting endpoint options: [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2942): keepalive: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2946): socket timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2950): socket connect timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2954): buffer size: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2958): pool timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2962): ping timeout: 10000 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2966): connect timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2970): reply timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2974): prepost timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2978): recovery options: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2982): retries: 2 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2986): max packet size: 8192 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2990): retry interval: 100 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_create_endpoint_cache::jk_ajp_common.c (2802): setting connection pool size to 64 with min 32 and acquire timeout 200 [Thu Jul 05 09:59:17 2018][1904:6200] [info] init_jk::mod_jk.c (3383): mod_jk/1.2.40 initialized [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension stripping: id=1, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 capacity=0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=3 nosize=0 capacity=4 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/servlet/* worker=ajp13 context=/servlet/* source=JkMount type=Wildchar len=10 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/*.jsp worker=ajp13 context=/*.jsp source=JkMount type=Wildchar len=6 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #2: uri=/*.do worker=ajp13 context=/*.do source=JkMount type=Wildchar len=5 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from index 0 to index 1 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_shm_close::jk_shm.c (360): Closed shared memory memory childs=1 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y]' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 3 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/servlet/*=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/*.jsp=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/*.do=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 capacity=0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=3 nosize=0 capacity=4 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/servlet/* worker=ajp13 context=/servlet/* source=JkMount type=Wildchar len=10 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/*.jsp worker=ajp13 context=/*.jsp source=JkMount type=Wildchar len=6 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #2: uri=/*.do worker=ajp13 context=/*.do source=JkMount type=Wildchar len=5 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y]' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] init_jk::mod_jk.c (3309): Not using locking. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] init_jk::mod_jk.c (3321): Setting default connection pool max size to 64 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'Workers.tomcat_home' with value 'C:\Program Files (x86)\apache-tomcat-9.0.6' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'workers.java_home' with value 'C:\Program Files (x86)\Java\jre1.8.0_161' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'ps' with value '\' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 'ajp13' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.port' with value '8009' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.host' with value 'localhost' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.type' with value 'ajp13' to map. [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_resolve_references::jk_map.c (781): Checking for references with prefix worker. with wildcard (recursion 1) [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_shm_calculate_size::jk_shm.c (136): shared memory will contain 1 ajp workers and 0 lb workers with 0 members [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_shm_open::jk_shm.c (318): Initialized shared memory memory [1] size=1024 workers=-1 free=384 addr=0x17444b0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'ServerRoot' -> 'C:/Apache24' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'Workers.tomcat_home' -> 'C:\Program Files (x86)\apache-tomcat-9.0.6' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'workers.java_home' -> 'C:\Program Files (x86)\Java\jre1.8.0_161' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'ps' -> '\' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.list' -> 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.port' -> '8009' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.host' -> 'localhost' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.type' -> 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] build_worker_map::jk_worker.c (241): creating worker ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_create_worker::jk_worker.c (145): about to create instance ajp13 of ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_worker_factory::jk_ajp_common.c (3075): ajp worker 'ajp13' type=2 created [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_create_worker::jk_worker.c (158): about to validate and init ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_validate::jk_ajp_common.c (2742): worker ajp13 contact is 'localhost:8009' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] jk_ajp_push::jk_ajp_common.c (1137): syncing shm for ajp worker 'ajp13' from mem (0->0) [0->0] [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2939): setting endpoint options: [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2942): keepalive: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2946): socket timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2950): socket connect timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2954): buffer size: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2958): pool timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2962): ping timeout: 10000 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2966): connect timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2970): reply timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2974): prepost timeout: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2978): recovery options: 0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2982): retries: 2 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2986): max packet size: 8192 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_init::jk_ajp_common.c (2990): retry interval: 100 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] ajp_create_endpoint_cache::jk_ajp_common.c (2802): setting connection pool size to 64 with min 32 and acquire timeout 200 [Thu Jul 05 09:59:17 2018][1904:6200] [info] init_jk::mod_jk.c (3383): mod_jk/1.2.40 initialized [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:17 2018][1904:6200] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension stripping: id=1, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 capacity=0 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=3 nosize=0 capacity=4 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/servlet/* worker=ajp13 context=/servlet/* source=JkMount type=Wildchar len=10 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/*.jsp worker=ajp13 context=/*.jsp source=JkMount type=Wildchar len=6 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #2: uri=/*.do worker=ajp13 context=/*.do source=JkMount type=Wildchar len=5 [Thu Jul 05 09:59:17 2018][1904:6200] [debug] uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from index 0 to index 1 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y]' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 3 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/servlet/*=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/*.jsp=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/*.do=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 capacity=0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=3 nosize=0 capacity=4 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/servlet/* worker=ajp13 context=/servlet/* source=JkMount type=Wildchar len=10 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/*.jsp worker=ajp13 context=/*.jsp source=JkMount type=Wildchar len=6 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #2: uri=/*.do worker=ajp13 context=/*.do source=JkMount type=Wildchar len=5 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y]' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] init_jk::mod_jk.c (3309): Not using locking. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] init_jk::mod_jk.c (3321): Setting default connection pool max size to 64 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'Workers.tomcat_home' with value 'C:\Program Files (x86)\apache-tomcat-9.0.6' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'workers.java_home' with value 'C:\Program Files (x86)\Java\jre1.8.0_161' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'ps' with value '\' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 'ajp13' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.port' with value '8009' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.host' with value 'localhost' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.type' with value 'ajp13' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_resolve_references::jk_map.c (781): Checking for references with prefix worker. with wildcard (recursion 1) [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_shm_calculate_size::jk_shm.c (136): shared memory will contain 1 ajp workers and 0 lb workers with 0 members [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_shm_open::jk_shm.c (318): Initialized shared memory memory [1] size=1024 workers=-1 free=384 addr=0x64a670 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'ServerRoot' -> 'C:/Apache24' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'Workers.tomcat_home' -> 'C:\Program Files (x86)\apache-tomcat-9.0.6' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'workers.java_home' -> 'C:\Program Files (x86)\Java\jre1.8.0_161' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'ps' -> '\' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.list' -> 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.port' -> '8009' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.host' -> 'localhost' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.type' -> 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] build_worker_map::jk_worker.c (241): creating worker ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_create_worker::jk_worker.c (145): about to create instance ajp13 of ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_worker_factory::jk_ajp_common.c (3075): ajp worker 'ajp13' type=2 created [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_create_worker::jk_worker.c (158): about to validate and init ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_validate::jk_ajp_common.c (2742): worker ajp13 contact is 'localhost:8009' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_ajp_push::jk_ajp_common.c (1137): syncing shm for ajp worker 'ajp13' from mem (0->0) [0->0] [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2939): setting endpoint options: [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2942): keepalive: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2946): socket timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2950): socket connect timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2954): buffer size: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2958): pool timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2962): ping timeout: 10000 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2966): connect timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2970): reply timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2974): prepost timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2978): recovery options: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2982): retries: 2 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2986): max packet size: 8192 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2990): retry interval: 100 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_create_endpoint_cache::jk_ajp_common.c (2802): setting connection pool size to 64 with min 32 and acquire timeout 200 [Thu Jul 05 09:59:18 2018][13756:13680] [info] init_jk::mod_jk.c (3383): mod_jk/1.2.40 initialized [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension stripping: id=1, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 capacity=0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=3 nosize=0 capacity=4 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/servlet/* worker=ajp13 context=/servlet/* source=JkMount type=Wildchar len=10 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/*.jsp worker=ajp13 context=/*.jsp source=JkMount type=Wildchar len=6 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #2: uri=/*.do worker=ajp13 context=/*.do source=JkMount type=Wildchar len=5 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from index 0 to index 1 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_shm_close::jk_shm.c (360): Closed shared memory memory childs=1 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y]' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_open::jk_uri_worker_map.c (904): rule map size is 3 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/servlet/*=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/*.jsp=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_add::jk_uri_worker_map.c (854): wildchar rule '/*.do=ajp13' source 'JkMount' was added [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after map open: id=0, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 capacity=0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=3 nosize=0 capacity=4 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/servlet/* worker=ajp13 context=/servlet/* source=JkMount type=Wildchar len=10 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/*.jsp worker=ajp13 context=/*.jsp source=JkMount type=Wildchar len=6 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #2: uri=/*.do worker=ajp13 context=/*.do source=JkMount type=Wildchar len=5 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_set_time_fmt::jk_util.c (480): Pre-processed log time stamp format is '[%a %b %d %H:%M:%S %Y]' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] init_jk::mod_jk.c (3309): Not using locking. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] init_jk::mod_jk.c (3321): Setting default connection pool max size to 64 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'Workers.tomcat_home' with value 'C:\Program Files (x86)\apache-tomcat-9.0.6' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'workers.java_home' with value 'C:\Program Files (x86)\Java\jre1.8.0_161' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'ps' with value '\' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.list' with value 'ajp13' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.port' with value '8009' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.host' with value 'localhost' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_read_property::jk_map.c (499): Adding property 'worker.ajp13.type' with value 'ajp13' to map. [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_resolve_references::jk_map.c (781): Checking for references with prefix worker. with wildcard (recursion 1) [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_shm_calculate_size::jk_shm.c (136): shared memory will contain 1 ajp workers and 0 lb workers with 0 members [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_shm_open::jk_shm.c (318): Initialized shared memory memory [1] size=1024 workers=-1 free=384 addr=0x64a670 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'ServerRoot' -> 'C:/Apache24' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'Workers.tomcat_home' -> 'C:\Program Files (x86)\apache-tomcat-9.0.6' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'workers.java_home' -> 'C:\Program Files (x86)\Java\jre1.8.0_161' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'ps' -> '\' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.list' -> 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.port' -> '8009' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.host' -> 'localhost' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_map_dump::jk_map.c (597): Dump of map 2: 'worker.ajp13.type' -> 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] build_worker_map::jk_worker.c (241): creating worker ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_create_worker::jk_worker.c (145): about to create instance ajp13 of ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_worker_factory::jk_ajp_common.c (3075): ajp worker 'ajp13' type=2 created [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_create_worker::jk_worker.c (158): about to validate and init ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_validate::jk_ajp_common.c (2742): worker ajp13 contact is 'localhost:8009' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_ajp_push::jk_ajp_common.c (1137): syncing shm for ajp worker 'ajp13' from mem (0->0) [0->0] [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2939): setting endpoint options: [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2942): keepalive: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2946): socket timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2950): socket connect timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2954): buffer size: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2958): pool timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2962): ping timeout: 10000 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2966): connect timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2970): reply timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2974): prepost timeout: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2978): recovery options: 0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2982): retries: 2 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2986): max packet size: 8192 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_init::jk_ajp_common.c (2990): retry interval: 100 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] ajp_create_endpoint_cache::jk_ajp_common.c (2802): setting connection pool size to 64 with min 32 and acquire timeout 200 [Thu Jul 05 09:59:18 2018][13756:13680] [info] init_jk::mod_jk.c (3383): mod_jk/1.2.40 initialized [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker ajp13 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] wc_get_name_for_type::jk_worker.c (292): Found worker type 'ajp13' [Thu Jul 05 09:59:18 2018][13756:13680] [debug] extension_fix_activation::jk_uri_worker_map.c (485): Checking extension for worker ajp13 of type ajp13 (2) [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (178): uri map dump after extension stripping: id=1, index=0 file='(null)' reject_unsafe=0 reload=60 modified=0 checked=0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 0: size=0 nosize=0 capacity=0 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (184): generation 1: size=3 nosize=0 capacity=4 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #0: uri=/servlet/* worker=ajp13 context=/servlet/* source=JkMount type=Wildchar len=10 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #1: uri=/*.jsp worker=ajp13 context=/*.jsp source=JkMount type=Wildchar len=6 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_dump::jk_uri_worker_map.c (197): NEXT (1) map #2: uri=/*.do worker=ajp13 context=/*.do source=JkMount type=Wildchar len=5 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] uri_worker_map_switch::jk_uri_worker_map.c (600): Switching uri worker map from index 0 to index 1 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_shm_open::jk_shm.c (168): Shared memory is already opened [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_shm_attach::jk_shm.c (337): Attached shared memory memory [1] size=1024 free=0 addr=0x64a670 [Thu Jul 05 09:59:18 2018][13756:13680] [debug] jk_child_init::mod_jk.c (3266): Initialized mod_jk/1.2.40 [Thu Jul 05 10:00:19 2018][13756:5252] [debug] jk_translate::mod_jk.c (3623): missing uri map for OXNETMDMS04.OXNET.NHS.UK:/oraclestatus [Thu Jul 05 10:00:19 2018][13756:5252] [debug] jk_map_to_storage::mod_jk.c (3791): missing uri map for OXNETMDMS04.OXNET.NHS.UK:/oraclestatus [Thu Jul 05 10:00:19 2018][13756:5252] [debug] jk_translate::mod_jk.c (3623): missing uri map for OXNETMDMS04.OXNET.NHS.UK:/favicon.ico [Thu Jul 05 10:00:19 2018][13756:5252] [debug] jk_map_to_storage::mod_jk.c (3791): missing uri map for OXNETMDMS04.OXNET.NHS.UK:/favicon.ico Mark Sandels --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
