ChatServer (Architecture)

From SWGANH Wiki
Jump to: navigation, search

Server Architecture - Chat Server

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Server Architecture Navigation
Admin Server - Chat Server - Connection Server - Login Server - Zone Server
General Overview




Description

Text goes here....

Architecture

Diagrams

Server Diagram
File:ChatServerArchitecture.jpg

Configuration Files

# Chat Server Configuration File

# Database Configuration
DBServer = localhost
DBPort = 3306
DBName = swganh
DBUser = <dbusername>
DBPass = <dbpass>