With Undertow breaking scalability records in some of the benchmarks very little information is available to how to migrate Spring MVC +Spring Security project to this new container from Tomcat.
Can anybody provide some pointer as to how to proceed with it?
Undertow claims to implemet Servlet 3.1 specs & is a container for the same.
I've embedded Spring in Jetty before,is the process same or it seems its not possible as of now?