I have an application which runs perfectly in WebSphere 6.1 using JDK6 but now I want to publish it to Tomcat8 using JDK8. It is a simple application which is based on some JSP and some servlets. I was able to deploy it to Tomcat8 eithier from my STS or by creating a war file an publishing this war from admin console. But I can't access this application. There is no error in my console output and every dependency I have fix it. I have no idea what can be the root cause. The only message I saw it the one pasted in the title. I change to FINE the four lines in logging.properties but it didn't help to see any clear message. Any suggestion that help me at least to know where to check will be very appreciatted.
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = FINE
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = FINE
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = FINE
org.apache.jasper.compiler.TldLocationsCache.level = FINE
Oct 08, 2014 3:08:29 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor C:\STS\apache-tomcat-8.0.14\conf\Catalina\localhost\my_aplication2.xml Oct 08, 2014 3:08:29 PM org.apache.catalina.startup.SetContextPropertiesRule begin WARNING: [SetContextPropertiesRule]{Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:my_aplication' did not find a matching property. Oct 08, 2014 3:08:30 PM 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. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. Oct 08, 2014 3:08:30 PM org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deployment of configuration descriptor C:\STS\apache-tomcat-8.0.14\conf\Catalina\localhost\my_aplication2.xml has finished in 873 ms