Tomcat starts listening on the port and the application also gets deployed but when I access the URL I get connection refused error. Is there any issue with BigIP not able to recognize the port opened by tomcat 8 on the server?
Although when I revert back to tomcat 6(start and stop it) and then again try with tomcat 8 it sometimes starts receiving connections which is weird and I am not able to find the reason. What could be the issue?
Jun 13, 2017 5:56:32 AM org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Valve} Setting property 'resolveHosts' to 'false' did not find a matching property. Jun 13, 2017 5:56:32 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: :/myPath/lib Jun 13, 2017 5:56:32 AM org.apache.coyote.AbstractProtocol init INFO: Initializing ProtocolHandler ["http-bio-9030"] Jun 13, 2017 5:56:32 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 854 ms Jun 13, 2017 5:56:32 AM org.apache.catalina.users.MemoryUserDatabase open SEVERE: The specified user database [conf/tomcat-users.xml] could not be found Jun 13, 2017 5:56:32 AM org.apache.catalina.core.StandardService startInternal INFO: Starting service Catalina Jun 13, 2017 5:56:32 AM org.apache.catalina.core.StandardEngine startInternal INFO: Starting Servlet Engine: Apache Tomcat/8.0.30 Jun 13, 2017 5:56:33 AM org.apache.jasper.servlet.TldScanner scanJars INFO: 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. Skippin g unneeded JARs during scanning can improve startup time and JSP compilation time. Jun 13, 2017 5:56:33 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive /mypath/MyWar.war Jun 13, 2017 5:56:43 AM org.apache.jasper.servlet.TldScanner scanJars INFO: 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. Skippin g unneeded JARs during scanning can improve startup time and JSP compilation time. Jun 13, 2017 5:56:43 AM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Jun 13, 2017 5:56:43 AM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext Jun 13, 2017 5:57:06 AM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'myServlet' Jun 13, 2017 5:57:06 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deployment of web application archive /mypath/MyWar.war has finished in 33,424 ms Jun 13, 2017 5:57:06 AM org.apache.coyote.AbstractProtocol start INFO: Starting ProtocolHandler ["http-bio-9030"]' Jun 13, 2017 5:57:06 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 33845 ms