Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用将数据发送到本地 tomcat 服务器的应用程序。
所以我的问题是,如何用 java 处理在 tomcat 中接收到的数据?
有人可以给我一个如何使用监听器的例子吗?
构建一个 Java Web 应用程序并将其部署到您的 tomcat 服务器。
Web 应用程序将需要处理发送到 Tomcat 的任何请求。
做一些阅读: http ://docs.oracle.com/javaee/1.4/tutorial/doc/WebApp.html