2013년 5월 2일 목요일

CometD chat demo

이전 블로그에서 이전 함 (원본 글 2013/05/02 작성)

1. 소스 다운로드 

2. 일단 설치부터 하자.

* 설치 시 cometD demo compile은 Maven version 3.x에서 가능하다.
    참고로 Ubuntu 12.04에서 apt-get으로 maven을 설치하면 2.x가 설치되므로 지우고 3.x를 다운받고 설치해 준다.. (아마 설치되었었던 maven 2.x 의 dependency 때문인지 /usr/bin/mvn 를 찾길래 symbolic link로 다운받은 3.x mvn으로 연결 시켜 버렸다.


Then unpack the distribution:
$ tar zxvf cometd-<version>.tgz
$ cd cometd-<version>/
You are done.
If you want to try out the CometD demo, follow these commands:
$ cd cometd-<version>/
$ cd cometd-demo
$ mvn jetty:deploy-war


* 빌드 에러 난다 싶으면 mvn jetty:deply-war 이전에 mvn clean package를 실행...

mvn jetty:deploy-war 실행이 안료되면 아래와 같은 메세지 출력
 

web browser에서
http://localhost:8080 으로 접속 하면 cometD의 demo page가 표시된다.

 


창 두개를 띄워서 chat demo를 실행

 


분석은 나중에!!!!

댓글 없음:

댓글 쓰기