Top "Embedded-tomcat-7" questions

Questions about running Apache Tomcat 7 as an embedded server in another application.

How to create JNDI context in Spring Boot with Embedded Tomcat Container

import org.apache.catalina.Context; import org.apache.catalina.deploy.ContextResource; import org.apache.catalina.startup.Tomcat; import org.springframework.…

jndi spring-boot embedded-tomcat-7
Spring Boot - How to get the running port

I have a spring boot application (using embedded tomcat 7), and I've set server.port = 0 in my application.properties so I …

spring spring-boot port embedded-tomcat-7
spring boot application in cluster

I am developing a spring boot application. Since spring boot created a .jar file for an application. I want to …

java spring-boot cluster-computing distributed-computing embedded-tomcat-7
Specify a custom web.xml to an embedded tomcat

Is there a way to specify a different web.xml from the standard WEB-INF/web.xml when using an embedded …

spring tomcat tomcat7 embedded-tomcat-7
Reverse Proxy Java

I am working with a Java web application and I would like to have a reverse proxy masking some of …

java proxy reverse-proxy embedded-jetty embedded-tomcat-7
Embedded vs Stand alone Tomcat ( HTTP ) server

I am working on a new project which would be a web application with a front end UI and a …

tomcat jetty embedded-jetty httpserver embedded-tomcat-7
How do I tell Spring Boot to ignore Jetty and always use Tomcat?

I have the following setup: spring-boot application (using embedded tomcat) spring-date-neo4j (embedded mode) spring-websockets and neo4j-browser included using (…

java jetty spring-boot spring-data-neo4j embedded-tomcat-7
tomcat7-maven-plugin: run multiple webapps but port 8080 already in use

I'm trying to use tomcat7-maven-plugin to setup an embedded tomcat container, run webapps in pre-integration-test phase, run integration tests, …

java maven web-applications tomcat7 embedded-tomcat-7
java.lang.IllegalArgumentException: The main resource set specified [<jar>] is not valid in Embedded Tomcat

How to fix the error: java.lang.IllegalArgumentException: The main resource set specified [C:\temp\myApp.jar] is not valid …

java spring tomcat embedded-tomcat-7
Tomcat embedded correct usage of addContext for docBase

Does anyone know how to set up the context in an embedded Tomcat instance to serve files from a local …

java tomcat configuration embedded-tomcat-7