Difference between revisions of "LoginServer (Architecture)"

From SWGANH Wiki
Jump to: navigation, search
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ServerArchitectureNAV}}
+
{{PageHeader|Server Architecture|Login Server}}
 +
{| align="right"
 +
|-
 +
||{{ServerArchitectureNAV}}
 +
|-
 +
|}<br><br><br><br>
 +
 
 +
=Description=
 +
 
 +
Text goes here....
 +
 
 +
=Architecture=
 +
 
 +
 
 +
=Diagrams=
 +
 
 +
{| align="center"
 +
|+ '''Server Diagram'''
 +
|-
 +
||[[Image:LoginServerArchitecture.jpg]]
 +
|-
 +
|}
 +
 
 +
=Configuration Files=
 +
 
 +
<pre>
 +
# Login Server Configuration File
 +
 
 +
# Database Configuration
 +
DBServer = localhost
 +
DBPort = 3306
 +
DBName = swganh
 +
DBUser = <dbusername>
 +
DBPass = <dbpass>
 +
</pre>

Latest revision as of 02:08, 10 August 2007

Server Architecture - Login 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
LoginServerArchitecture.jpg

Configuration Files

# Login Server Configuration File

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