Thanks, That didn't do it. I'm still getting a VENDOR_ERROR_CODE 2070. Anyone know what this code means?
Also, I've verified that my host name is not fully qualified. Thanks, Russ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 02, 2002 12:33 AM To: [EMAIL PROTECTED] Subject: RE: firewall Hi, I have found that I need to set http.proxyPort and http.proxyHost to get through our firewall. Just a thought. John > -----Original Message----- > From: Reeves, Russ [mailto:[EMAIL PROTECTED] > Sent: lundi, 1. avril 2002 17:17 > To: '[EMAIL PROTECTED]' > Subject: firewall > > > I tried the example program from the Developers Guide > (Example1) and it > worked fine on my home machine where I have Xindice server running. > Behind a firewall at work I get error code 1 (VENDOR_ERROR). > > I added this to Example1: > System.getProperties().put( "proxySet", "true" ); > System.getProperties().put( "proxyHost", "www2.mc.xerox.com" ); > System.getProperties().put( "proxyPort", "8000" ); > > I also tried using the -D option on the java command line to > do the same > thing. > > What am I missing? > > Thanks, > Russ >
