I’m trying to get a simple test application running to start from.
I made an entry in SGS-apps.conf, made my own dir under apps, put a deploy.xml and jar there, as described.
I copied the xml from swordworld, just changed the port to 1199.
I copied most of the logic from SwordworldBoot, just with my own room and player classes.
When I start the server I see all apps come up (I left them there for testing), mine is also recognized, but not started.
discovery.xml shows:
… other applications…
The Management console shows similar: The game is there, but there is no UserManager and it is stopped and cannot be started.
I tried to feed a FakeDiscovery.xml in, but he won’t swallow. If this is the point, could you please explain how it is done?
I put a FakeDiscovery.xml at the base dir and called the server with -I file:FakeDiscovery.xml, but that produces a strange NumberFormatException (??)
Please help I’m stuck,
Albert