Top "Tomcat8" questions

Version 8.x (August 2013 onwards) of the Apache Tomcat servlet container.

Tomcat8 shutdown randomly with AbstractProtocol.pause

1. the problem I deployed a webapp in Tomcat, and I found that it shutdowns randomly, the time varies from 2 or 3 …

java spring tomcat tomcat8
Tomcat 8 giving JSP compilation error

I was using tomcat 7 and just upgraded to tomcat 8. But when I run my web application on tomcat server. It …

java eclipse tomcat eclipse-luna tomcat8
Removing obsolete files from server... Could not clean server of obsolete files: Content is not allowed in prolog

I am creating a project which is in jsp,servlet and tomcat v 8.0.upto last night it works fine but …

eclipse jsp servlets tomcat8
Spring Boot Embedded Tomcat Performance

I am developing Microservices API for my application. I started with Spring Boot application. I created two artifacts - "business …

spring tomcat spring-boot tomcat7 tomcat8
How to disable Tomcat JARScanner

How: To disable Tomcat JARScanner? Why: To stop Tomcat scan every .jar in my LIB folder. According to documentation it …

java tomcat tomcat7 tomcat8
Tomcat 8 enable debug logging to list unneeded jars

When starting Tomcat 8 on Arch Linux ARM I get the following warning: INFO: At least one JAR was scanned for …

jsp tomcat logging tomcat8 archlinux-arm
JSTL1.2 According to TLD or attribute directive in tag file, attribute var does not accept any expressions

I have been searching all over google for an answer and it doesn't work. I am getting this error: org.…

java maven jstl jsp-tags tomcat8
Tomcat 8 jpda port

The page of migration to "tomcat 8" says (http://tomcat.apache.org/migration-8.html): "When starting Tomcat with the jpda option …

java tomcat jpda tomcat8
incompatible version [1.1.34] of the APR based Apache Tomcat Native library

On my openSUSE Leap 42.3 server during Spring Boot 2.0.0.M6 application startup on Embedded Tomcat server I'm seeing the following error …

tomcat spring-boot tomcat8 apr
Spring Boot Programmatically setting profiles

How to set active profile in spring boot Application. This application will be deployed in stand alone Tomcat. I have 2 …

spring-boot tomcat8 spring-profiles