티스토리 뷰
2010년 1월 기준.
중요 파일들
Admin/AdminTool.swf
서버를 관리할 수 있는 관리자 툴.
Zone이나 Room의 상태, 로그 확인. 서버 Restart, Halt 가능.
Examples/AS3
AS3 관련 예제들
start.bat, Server/start.bat
서버 실행 파일.
Server/config.xml
서버관련 설정파일.
Server/adminDb.bat
db관리 툴.
Flash API/AS3
AS3 서버 관련 라이브러리
config.xml 관련
<ServerIP>*</ServerIP>
<ServerPort>9339</ServerPort>
서버 아이피와 포트 설정 (127.0.0.1 로컬로 해서 테스트)
<WebServer active="false">
<CfgFile>webserver/cfg/jetty.xml</CfgFile>
</WebServer>
웹서버 활성화를 끄면, BlueBox(http://127.0.0.1:8080/BlueBox/HttpBox.do)도 꺼진다.
채팅관련 내용을 테스트할때는 웹서버는 필요없으므로 false 시키고 작업한다.
<Zones>
<Zone name="ChatZone" customLogin="true">
<Rooms>
<Room name="ChatRoom1" maxUsers="6" isGame="true" isPrivate="false" isTemp="false" autoJoin="false" uCountUpdate="true" >
</Zone>
</Zones>
Zone안에 Room이 존재한다.
'Study' 카테고리의 다른 글
git-ftp(깃-에프티피) 관련 (0) | 2023.02.03 |
---|---|
PSFTP(피에스에프티피) 관련 (0) | 2023.01.28 |
Linux(리눅스) Debian(데비안) Telegram(텔레그램) CLI (0) | 2023.01.26 |
Mac(맥) Port(포트) 확인 (0) | 2023.01.24 |
Mac(맥) SSH 관련 (0) | 2023.01.24 |