programming/jsp

openfire 설치하기

labj 2012. 3. 28. 09:10

---------------------------

openfire 설치하기

---------------------------

 

1. openfire 다운로드

http://www.igniterealtime.org/ 에서 OS 버전에 맞는 파일을 다운로드 합니다.

윈도우즈용으로 openfire_3_7_1.zip 다운로드

 

2. Database

1) mysql 설치

mysql-5.1.32-win32.msi

mysql-gui-tools-5.0-r17-win32.msi

2) openfire 유저 등록

GRANT ALL PRIVILEGES ON *.* TO 'openfire'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;

 

3) Database 생성

CREATE DATABASE openfire DEFAULT CHARACTER SET euckr COLLATE euckr_korean_ci;

CREATE DATABASE openfire_utf8 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;


 

 

 

 

2. 서버 설치

http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/install-guide.html

 

압축 풀고 c:\Openfire 복사

 

openfire-service /install -- installs the service.

openfire-service /uninstall -- uninstalls the service.

openfire-service /start -- starts the service

openfire-service /stop -- stops the service.

 

 

openfire.exe 실행

 

 

Launch Admin 버튼을 누릅니다.

초기 셋팅 화면으로 이동합니다. (http://127.0.0.1:9090/setup/index.jsp)

 

언어를 선택합니다.

 

서버 포트를 설정합니다.

 

데이터베이스를 선택합니다.

 

데이터베이스를 설정합니다.

 

Profile 설정합니다.

 

Administrator 계정을 등록합니다.

 

설치 완료

 

 

설치가 다 되었으면 클라이언트(Spark 또는 SparkWeb)를 통해 메신저 서버에 접속 할 수 있습니다.

 

 

3. 클라이언트 설치

spark_2_6_3.exe 다운로드 후 실행

 

 

 

 

 

 

 

 

 

 


'programming > jsp' 카테고리의 다른 글

openfire Administration Console  (0) 2012.04.19
피카사 웹 앨범  (0) 2012.04.04
톰캣 세션 타임아웃 설정 (tomcat session out setting)  (0) 2012.03.27
XMPP  (0) 2012.03.27
XHTML  (0) 2012.03.23