Top "Embedded-tomcat-8" questions

Embedded Apache Tomcat 8

Spring boot embedded tomcat logs

i'm using spring boot embedded tomcat with spring boot 1.5.9 , im also using Log4j2. recently i exerience problems during load, …

spring spring-boot logging tomcat8 embedded-tomcat-8
The temporary upload location [/tmp/tomcat.4296537502689403143.5000/work/Tomcat/localhost/ROOT] is not valid

I am using Spring Boot 1.5.13 version. I got the exception message like below. Could not parse multipart servlet request; nested …

spring spring-boot embedded-tomcat-8
Invalid character found in the request target in spring boot

My application is started with java -jar with version 1.5.6.RELEASE of spring boot. The content of one of my request …

spring-boot embedded-tomcat-8
Spring boot application not starting embedded tomcat

Am newbie to Spring boot application. I have a task to create common crud repository which should be processed by …

java maven spring-boot embedded-tomcat-8
@WebServlet annotation doesn't work with Tomcat 8

I want to use the @WebServlet annotation in a Java EE webapp which runs on Tomcat 8. I have read that …

servlets embedded-tomcat-8
Multipart file maximum size exception - spring boot embbeded tomcat

I have set max file size to multipart.maxFileSize: 1mb multipart.maxRequestSize: 1mb This is my controller : @RequestMapping(method=RequestMethod.…

spring spring-boot multipartform-data multipart embedded-tomcat-8
How to change embedded tomcat's version in existing spring boot app?

I'm currently running spring-boot version 1.4.0.RELEASE application with embedded tomcat. Included Tomcat's version is 8.5.4 There's a need to update the …

tomcat spring-boot embedded-tomcat-8
upgrade Spring Boot parent starter from 1.5 into 2.1.1.Release

Getting this below exception as i am trying to upgrade by Spring Boot parent starter from 1.5 into 2.1.1.Release, but not …

java spring-boot embedded-tomcat-8
Embedded tomcat giving failed to scan jars from classloader hierarchy

I am newly trying out Embedded tomcat version 8.0.15. Downloaded the maven dependency into my project. Create the necessary context and …

tomcat tomcat8 embedded-tomcat-8
Spring Boot Using Embedded Tomcat with JNDI

I am using Spring Boot with Embedded Tomcat and attempting to use JNDI but getting the following error: javax.naming.…

spring-boot jndi embedded-tomcat-8