]
Radoslav Husar commented on MODCLUSTER-644:
-------------------------------------------
The undertow implementation resides in WildFly repository:
This is mainly because Undertow standalone distribution would correspond to the
"servlet distribution" of WildFly.
Implement mod_cluster Jetty integration
---------------------------------------
Key: MODCLUSTER-644
URL:
https://issues.jboss.org/browse/MODCLUSTER-644
Project: mod_cluster
Issue Type: Feature Request
Components: Core & Container Integration (Java)
Reporter: Michal Herda
Fix For: Awaiting Volunteers
According to
https://developer.jboss.org/thread/252385 :
{quote}
A Jetty module would simply need to implement the interfaces found in the
mod_cluster-container-spi module.
{quote}
The interfaces in question are at
https://github.com/modcluster/mod_cluster/tree/master/container/spi/src/m...
If I wanted to implement this myself, what would be required from my side to start
working on this? What suggested reading should I do and what JBoss/Jetty concepts must I
understand before trying to implement mod_cluster integration in Jetty?
This is a mirror of the GitHub issue at
https://github.com/eclipse/jetty.project/issues/2261