Difference between revisions of "LoginServer (Architecture)"

From SWGANH Wiki
Jump to: navigation, search
(Diagrams)
Line 1: Line 1:
__NOTOC__
 
 
 
<div style="border:0; margin: 0.2em 10px 10px;">
 
<div style="border:0; margin: 0.2em 10px 10px;">
 
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:5px;">
 
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:5px;">

Revision as of 23:44, 5 August 2007

SWGANH - LoginServer

SWGANH Server Architecture Breakdown


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




Description

Text goes here....

Architecture

Diagrams

Server Diagram
LoginServerArchitecture.jpg

Configuration Files

# Login Server Configuration File

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