RE: Ask about how to integrate XML RPC server with existing application server

2004-10-21 Thread Karnes, Derek
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

Ask about how to integrate XML RPC server with existing application server

2004-10-21 Thread Hari Cahyadi
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

Re: XML-RPC server suddently stops responding

2004-03-31 Thread John Wilson
On 31 Mar 2004, at 09:43, Filippo Capocasale wrote: Hi Daniel! Thankyou very much for your help. I agree with you that it could be a resource issue, and I'm trying to investigate about this. I've tryed to replicate the problem in our developement environment, but I succeded only partially. Le

Re: XML-RPC server suddently stops responding

2004-03-31 Thread Filippo Capocasale
> > > ;-) > > > > > > > > > On Mar 30, 2004, at 5:37 AM, Filippo Capocasale wrote: > > > > > > >Hello everybody! > > > > I am facing a severe problem and I really hope someone > may > > > help me. > > >

How to deploy XML-RPC server-side code?

2004-03-30 Thread perdubug
1.Copy the java class file to Tomcat directory? 2.Make the java file as a java servlet to deploy?     Which one?

Re: XML-RPC server suddently stops responding

2004-03-30 Thread Daniel
> > > >Hello everybody! > > > I am facing a severe problem and I really hope someone may > > help me. > > > I have a java application running on Solaris. > > > This application starts an xml-rpc servers, and some handler > > is > > >

Re: XML-RPC server suddently stops responding

2004-03-30 Thread Filippo Capocasale
an xml-rpc servers, and some handler > is > > registered. > > I am using the version 1.2-b1 of Apache xml-rpc. > > I have a huge number of clients connecting to this xml-rpc > server. > > Everything works correctly for several days (i.e. thowsands > of > >

Re: XML-RPC server suddently stops responding

2004-03-30 Thread Dave Stewart
some handler is registered. I am using the version 1.2-b1 of Apache xml-rpc. I have a huge number of clients connecting to this xml-rpc server. Everything works correctly for several days (i.e. thowsands of connections); then, suddently, the server stops responding. I don't see any error in the logs of

XML-RPC server suddently stops responding

2004-03-30 Thread Filippo Capocasale
connecting to this xml-rpc server. Everything works correctly for several days (i.e. thowsands of connections); then, suddently, the server stops responding. I don't see any error in the logs of my application, the process is still up and running (the same application has got another xml-rpc s

Re: xml-rpc server

2002-04-02 Thread Daniel Rall
<[EMAIL PROTECTED]> writes: > Hi all! > > I am new in Java and xml-rpc, but I have some experience in > c++ and Corba. > I'd like to make and application server with java & xml-rpc instead of > c++ & Corba. Xml-rpc package seems ok, but I found the WebServer class > a little bit short. > For star

Re: xml-rpc server

2002-04-02 Thread Marcel Ruff
[EMAIL PROTECTED] wrote: > Hi all! > > I am new in Java and xml-rpc, but I have some experience in > c++ and Corba. > I'd like to make and application server with java & xml-rpc instead of > c++ & Corba. Xml-rpc package seems ok, but I found the WebServer class > a little bit short. > For starter

xml-rpc server

2002-04-02 Thread matjaz.ostroversnik
Hi all! I am new in Java and xml-rpc, but I have some experience in c++ and Corba. I'd like to make and application server with java & xml-rpc instead of c++ & Corba. Xml-rpc package seems ok, but I found the WebServer class a little bit short. For starter I'd like to have sessions. When I tried