Jump to content
  • 0

[help]Starting 2 servers from 1 pc stucked on light 9999 ping


Question

Posted

TItle says all.. I tried to run a second server on 1 pc same login ,so i configure it (database is second ,port is second) but i still get stucked on light.. What should i do? Second server configs :

# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname = *
GameserverPort = 7778

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname = 188.138.0.xx

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname = 188.138.0.xx

# The Loginserver host and port
LoginPort = 9014
LoginHost = 127.0.0.1

# This is the server id that the gameserver will request (i.e. 1 is Bartz)
RequestServerID = 2
# If set to True, the login will give an other id to the server  if the requested id is allready reserved
AcceptAlternateID = True

# Database info
Driver=com.mysql.jdbc.Driver
#Driver=org.hsqldb.jdbcDriver
#Driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
URL=jdbc:mysql://localhost/l2jdb2
#URL=jdbc:hsqldb:hsql://localhost/l2jdb
#URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
Login = root
Password = HIDDEN
MaximumDbConnections = 100

what should i do to make it not stuck?;x

6 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...