James Earl Douglas

Results 38 comments of James Earl Douglas

> The documentation says to "use jetty_home". @magnolia-k Are you referring to using a locally-installed instance of Jetty? Would that be covered by #407?

Since jetty-runner is [no longer deprecated][1], this issue can be closed. [1]: https://github.com/eclipse/jetty.project/issues/4562#issuecomment-588548445

That's an interesting implementation; can you tell me a bit about the potential use cases? I'm vaugely familiar with WAR Overlays, but I haven't ever run into a situation where...

That makes sense, thanks for the explanation. I can see how this would be handy in certain circumstances, but I'm not sure that there's enough community demand for it to...

> I never needed to use it in one of my projects, though I see that it is a useful technique. I've never seen anyone use it either. This is...

@karanjeets Thanks for the link. Let's reopen this.

The goal for `start` is to behave similarly to a real deployment, which is why it goes to the trouble of preparing the webapp for packaging, including gathering all the...

That's an interesting use case, and sounds like a good approach. Maybe the classpaths for both `start` and `quickstart` should be configurable by the user. They could default to what...

Thanks for the info; that helps point me in the right direction. I will put something together for this later today.

Can you give `TomcatPlugin` a try, rather than `ContainerPlugin`? I can get a minimal Spring Boot project working with it: 1. Follow steps (1) and (2) on the [Spring Quickstart...