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
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
> > > ;-)
> > >
> > >
> > > 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.
> > >
1.Copy the java class file to Tomcat
directory?
2.Make the java file as a java servlet to
deploy?
Which one?
>
> > >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
> > >
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
> >
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
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
<[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
[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
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
12 matches
Mail list logo