Hello,
What is ‘myserver.xml’ supposed to contain? A void file like this
doesn’t suffice to get MyServer to listen(2) for connections:
--8<---------------cut here---------------start------------->8---
<?xml version="1.0"?>
<MYSERVER>
</MYSERVER>
--8<---------------cut here---------------end--------------->8---
A few suggestions (“free advice—you get what you pay for” ;-)):
1. Add one or more complete examples in the manual that can just be
copy/pasted for a start.
2. Make it possible to start the server without any of the 3
configuration files listed in “Basic configuration”, with sane
defaults. This would make it much easier to get started.
3. Make some of the basic options available from the
command-line—e.g., add a ‘--port’ option for the port number.
What do you think?
Thanks,
Ludo’.