Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 296 Bytes

File metadata and controls

12 lines (7 loc) · 296 Bytes

HelloWebJava

This is an websocket app example of java web server.

#How to deploy

  1. import code project into eclipse ide, then export as war package.
  2. deploy the war package into web server.

#Notice Must run web server within JDK8. (For example : Tomcat8.x, wildfily, Glassfish,xxx)