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 >
