Top "Embedded-tomcat-8" questions

Embedded Apache Tomcat 8

Spring Boot does not honor @WebServlet

I created a Servlet (extending from HttpServlet) and annotated as per 3.0 specs with @WebServlet(name="DelegateServiceExporter", urlPatterns={"/remoting/DelegateService"}) My @…

spring annotations spring-boot servlet-3.0 embedded-tomcat-8
How to add context.xml file to embedded tomcat server

I'm trying to run my application in an embedded tomcat server using Spring-boot. I'm having my JNDI Resources and Environments …

java spring tomcat spring-boot embedded-tomcat-8
Spring MVC (Boot) does not send MIME type for certain files (WOFF, etc)

I am writing a spring boot based application and noticed a few warnings in chrome. It complains that for example …

spring-mvc mime-types spring-boot embedded-tomcat-8
Howto use JNDI database connection with Spring Boot and Spring Data using embedded Tomcat?

When I try to use a JNDI datasource with Spring Boot and Spring Data JPA using an embedded Tomcat server, …

spring-boot embedded-tomcat-8
Spring Boot 2 Embedded Tomcat Jndi Datasource Configuration

Good morning in my timezone I already have follow this two Stack Overflow questions : Spring Boot Using Embedded Tomcat with …

spring-boot spring-jdbc embedded-tomcat-8
java.io.IOException: Broken pipe bringing down the embedded tomcat 8 app

I am familiar why the following exception is raised on the server side (client disconnecting from the server without reading …

spring spring-boot tomcat8 embedded-tomcat-8