See

http://forum.java.sun.com/forum?14@@.eec4bd8

for info on using the System.getProperties() method to set up proxy
authentication.

- Jim

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]
> Sent: Tuesday, July 11, 2000 2:01 AM
> To: JetSpeed
> Subject: Re: Proxy?
>
>
> ello,
>
> Thank you for the info, Harry. Is there a way to specify the
> proxy username
> and password?
>
> cheers
> romen
>
>
>
> Harry Boettcher <[EMAIL PROTECTED]> on 08/07/2000 00:43:02
>
> Please respond to "JetSpeed" <[EMAIL PROTECTED]>
>
> To:   JetSpeed <[EMAIL PROTECTED]>
> cc:    (bcc: Romen Law/Australia/IBM)
> Subject:  Re: Proxy?
>
>
>
>
> Hi
>
> Using Proxies:  This one works fine in on my system ..
>
> ------------------------------------- ( Source: Java Tutorial )
>
> You can set the proxy host through the command line. Depending on your
> network configuration, you might also need to set the proxy
>      port. If necessary, ask your system administrator for the name of the
> proxy host on your network.
>
>      UNIX
>
>           java -Dhttp.proxyHost=proxyhost
>               [-Dhttp.proxyPort=portNumber] URLReader
>
>      DOS shell (Windows 95/NT)
>
>           java -Dhttp.proxyHost=proxyhost
>               [-Dhttp.proxyPort=portNumber] URLReader
>
> ------------------------------------
>
> You can set this opions in start-jetspeed.sh  as  MISC_OPTIONS
>
> By the way. Does anybody know how to set these options in one of the
> propertie files ??
>
>
> Harry
>
>
> [EMAIL PROTECTED] wrote:
>
> > ello,
> >
> > I installed jetspeed on my win98 notebook running Tomcat 3.1. I got it
> > running without too much trouble. However, I am having a couple of
> > problems.
> >
> > 1. When run in the company which has a firewall and all http
> goes through
> > the company proxy, I got errors from jetspeed complaining about
> not being
> > able to parse the URL's (such as the slashdot one). But this does not
> > happen at home when I going through my ISP. I am guessing that this is
> > caused by the company firewall. If so, is there a way to tell
> jetspeed to
> > connect to outside URL's via the proxy?
> >
> > 2. With the displayed main page, the little images on the
> yellow bars are
> > missing. From previous emails in this list I heard the EDIT image got
> > mentioned. I am not sure if it's the same problem. When I right
> click one
> > of the broken images and see the properties, the URL field shows:
> > http://localhost:8080/servlet/null/images/max.gif
> >
> > Any help is appreciated. Thanks.
> >
> > cheers
> > romen
> >
> > --
> > --------------------------------------------------------------
> > Please read the FAQ! <http://java.apache.org/faq/>
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives and Other:  <http://java.apache.org/main/mail.html>
> > Problems?:           [EMAIL PROTECTED]
>
> --
>     ========    Harald Boettcher, Technoparkstrasse 1, CH-8005 Zuerich
> IT VISION AG    Tel +411 440 59 51                  Fax +411 440 59 70
> ========        Email                [EMAIL PROTECTED]
>
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
>
>
>
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to