On Tue, Aug 22, 2017 at 7:06 PM, Christopher Schultz < ch...@christopherschultz.net> wrote:
> If you are using Spring Boot, then you might want to ask the Spring > Boot community. Perhaps someone here can answer your question, but > most of us (myself included) can't. > The idea of that framework is to take over the Tomcat configuration. So then, they have to replicate the entire thing, which isn't going to happen. Using Spring Boot, if you have "complex" needs, is going to be much more difficult than writing code yourself to use Tomcat embedded. Actually, I'm pretty sure SpringB offers an extension point to write your class to access their Tomcat embedded instance. But most definitely, you have to forget about the "configuration" SB provides, it's simply a gimmick. Rémy