Re: Access Response object in Handler?

2002-11-20 Thread Scott Duclos
n environment. Hope this helps you out. Scott Duclos - Original Message - From: "Twan Kogels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 11:14 AM Subject: Access Response object in Handler? > Hello, > > I've got a

Re: IO Exception with XmlRpcClient

2002-05-07 Thread Scott Duclos
Stupid question, but is there a firewall in between your client and server that is dropping all packets to port 8899? You may be able to ping the server, but not reach that port. Scott Duclos - Original Message - From: "Anup Chopra" <[EMAIL PROTECTED]> To: <[EMA

Re: Secure Client actually work?

2002-04-29 Thread Scott Duclos
09Certificate[] chain ) { return true; } public java.security.cert.X509Certificate[] getAcceptedIssuers() { return null; } } This assumes that you are running jdk >= 1.2 and you have the ssl packages from sun. Sun doesn't have an ssl implementation for 1.1 that I know of. Hope this h

Re: AccessControlException in applet

2002-03-13 Thread Scott Duclos
ink that this is the problem? Scott Duclos - Original Message - From: "Anton Litvinenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 10:30 AM Subject: Re: AccessControlException in applet > HEllo! > > yes, xmlrpc server

Re: AccessControlException in applet

2002-03-13 Thread Scott Duclos
y of sites out there that do a step-by-step walk thru. Hope this helps you find a solution. Scott Duclos - Original Message - From: "Anton Litvinenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 9:59 AM Subject: AccessControlExcepti