Re: What to do after compiling?
Posted: Sun Dec 13, 2009 3:42 pm
depends if configs changed too. it is good to have your config changes already in eclipse, so that when you synchronize your changes with update from svn, you can have your changes and you take the new one from svn. this way, when you then copy compiled gameserver from eclipse to your server directory, you keep your configs to run the server.
1. copy the configs from live server to the workspace (merge - keep your changes and update svn changes)
2. after compiling the server in workspace, just copy it to the live server from the build directory
3. this can make problems with telnet config for gs and login server, so just check them on live server
4. copy gameserver.jar to login server too and check the configs
1. copy the configs from live server to the workspace (merge - keep your changes and update svn changes)
2. after compiling the server in workspace, just copy it to the live server from the build directory
3. this can make problems with telnet config for gs and login server, so just check them on live server
4. copy gameserver.jar to login server too and check the configs