jWebSocket 配置 - Tomcat

来源:互联网 发布:windows sublime git 编辑:程序博客网 时间:2024/05/22 07:08

jWebSocket Web Application (Tomcat)

Prerequisities on the server

You only need to have Tomcat 6.x running on your system and we recommend to have Java 1.6 installed. It is possible but not needed to use the Apache http server as frontend together with mod_proxy or mod_jk.

Prerequisities on the Client

The jWebSocket client is embedded into the web application, so that there is no need for certain preparations.

Setup the jWebSocket Web Application

  1. Create a folder of your choice (e.g. c:\jWebSocket\webapp).
  2. Download the jWebSocketAppServer.zip from the download section and unzip it into this folder.
  3. Start Tomcat 6 either as service or via the Tomcat startup batch.
  4. Open your HTML 5 compliant browser and open the Tomcat Manager usually at http://localhost:8080, click Manager link and authenticate as configured in the tomcat-users.xml.
  5. Select the jWebSocket.war from the above folder and deploy it in Tomcat.
  6. Clicking the jWebSocket item in the Tomcat manager or typing http://localhost:8080/jWebSocket in the URL input line of your browser starts the demo website. You now can test the chat, fundamentals, streaming and RPC demos.

PS:重要的是一定要用TomcatManager工具 进行部署,不要通过将jWebSocketAppServer-1.0.war放到webapps中的方式进行部署,将不能成功。

 

原创粉丝点击