Thank you! Now it works. Is this 'feature' anywhere documented?

/Rufus

[EMAIL PROTECTED] wrote:

Rufus,

you must start the server as coded in WebServer.main():

       try {
           xmlrpcServer.start();
           System.out.println("XML-RPC server started");
       }
       catch (Exception e) {
           System.err.println("Error running server");
           e.printStackTrace();
           System.exit(1);
       }


Mauro Canal
[EMAIL PROTECTED]
----------------------------------------------------------------------
canal systems GmbH http://canalsystems.net
Kreuzlingerstrasse 132
CH-8587 Oberaach Tel. +41-71 411 10 80






Reply via email to