总会有些老的项目或者某些框架，必须使用 Servlet 的接口。。。Solon 对这种项目，也提供了良好的支持。

当需要 Servlet 接口时，需要使用插件（其它 httpserver 插件要排除掉，避免冲突）：

* 或者 solon-server-jetty
* 或者 solon-server-undertow


这块内容，也有助于用户了解 Solon 与 Servlet 的接口关系。Solon 有自己的 Context + Handler 接口设计，通过它以适配 Servlet 和 Not Servlet 的 http server，以及 websocket, socket（以实现三源合一的目的）：

* 其中 solon-web-servlet ，专门用于适配 Servlet 接口。
