jetty嵌入式应用
To embed a Jetty server, the following steps are typical:1. Create the server
2. Add/Configure Connectors
3. Add/Configure Handlers
4. Add/Configure Servlets/Webapps to Handlers
5. Start the server
6. Wait (join the server to prevent main exiting)
页:
[1]