What to do after compiling?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: What to do after compiling?

Post by janiii »

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
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
cheatax21
Posts: 115
Joined: Thu Aug 14, 2008 10:10 am

Re: What to do after compiling?

Post by cheatax21 »

thanks a lot !

what about the custom stuff (html,xml,instanced,quests) i have ? i copy them all to the workspace?
So you mean that my live server files should be all copied to the workspace files as well?
I was told that after compile i just need to copy paste the l2server.jar to the live server, and i downloaded a patch for mail system and it worked after copy-paste the l2server.jar
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: What to do after compiling?

Post by janiii »

in gameserver, it would be fine if you copy only the .jar file, but only if the config didnt change or had no added lines. if there is new config and you dont copy it to your server, it will use default values and you cannot change it in config as you dont have it there.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
cheatax21
Posts: 115
Joined: Thu Aug 14, 2008 10:10 am

Re: What to do after compiling?

Post by cheatax21 »

cool, i understand:) so i only copy the config since the gameserver can be done only by coping the .jar :)
great thanks :)^^

now if you can tell me the same on how to compile the datapack, cause there is no build in it and,, xD

When i applied the patch for the datapack side of the mail system, after it was applied i copied some files which were reffered in the patch from the datapack directory in the workspace to the data in the live server's directory and it worked. Is this the only way to make the changes or not? cause it took me very much time and another time i might screw this up :S

wrong section sorry, i will post it in the correct one :S
Post Reply