# spring-mvc-chat **Repository Path**: githubsync/spring-mvc-chat ## Basic Information - **Project Name**: spring-mvc-chat - **Description**: Sample code using the Spring MVC 3.2, Servlet-based, async support - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-11 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Overview A chat sample using Spring MVC 3.2, Servlet-based, async request processing. Also see the [redis](https://github.com/rstoyanchev/spring-mvc-chat/tree/redis) branch for a distributed chat. ### Note There is a bug in Tomcat that affects this sample. Please, use Tomcat 7.0.32 or higher. ### Instructions Eclipse users run `mvn eclipse:eclipse` and then import the project. Or just import the code as a Maven project into IntelliJ, NetBeans, or Eclipse. ### 开启jetty日志 ``` -Dorg.eclipse.jetty.LEVEL=DEBUG jetty:run -f pom.xml ```