ll budgets.
My
answers are my opinions, others may view things
differently...
-D
-Original Message-From: Hari Cahyadi
[mailto:[EMAIL PROTECTED]Sent: Thursday, October 21, 2004
7:33 AMTo: [EMAIL PROTECTED]Subject: Ask about
how to integrate XML RPC server with existing applica
Hi, I am newbie in XML-RPC, I built application with XML RPC, in the server side I use org.apache.xmlrpc.WebServer; like this
WebServer server = new WebServer(8082); server.addHandler("bankDana", new JavaServerBackEnd()); server.start();
my question is:
1. how to stop and start this serv