Hi,
I've already got reasonably far with a similar idea.
https://github.com/pidster-dot-org/embed-apache-tomcat
There's a core utility for embedding Tomcat[1] and a JUnit Rule[2] for
testing that uses it, e.g.
1.
https://github.com/pidster-dot-org/embed-apache-tomcat/blob/master/embed-apache-t
I am creating the API in such a way that if an attribute was added to the
component but not to the builder API the user of the API should be
able to participate in the creation of the underlying tomcat component
object and override its setting. They would have to write more code but
could accou
On 09/10/2013 04:24, Adib Saikali wrote:
> 1. Has anyone already done such as API?
I'm not aware of any.
> 2. Would the tomcat committers accept an implementation of this proposal
> into
> the tomcat distribution ?
The main question for me is maintainability and how much work would be
re