At 11:44 2000-12-19, [EMAIL PROTECTED] wrote:
>ingo schuster wrote:
> >
> > Sorry, the customizer itself is NOT broken, but it seems to have problems
> > with portlets that use external URLs and can't get through the firewall
> > (may be just a very high time out). I'll investigate further.
> >
>
>The customizer tries to instanciate all the portlets, which in turn try
>to connect to the remote URL and wait for a network timeout.
>
>Best way is to configure your test server to have internet access by using
>the proxy settings in your JVM.
This is not that simply, I'm afraid. If you tell your JVM to use a proxy,
this proxy is used for *all* URL connections. This doesn't work with
"localhost" and even if you use the ip address of the portal server, you'll
waste a lot of resources (network roundtrips).
We had exactly this problem and patched the URLFetcher class so that it
uses the proxy only for connections that are really remote.
ingo.
>--
>Rapha�l Luta - [EMAIL PROTECTED]
>Vivendi Universal Networks - Services Manager / Paris
>
>
>--
>--------------------------------------------------------------
>Please read the FAQ! <http://java.apache.org/faq/>
>To subscribe: [EMAIL PROTECTED]
>To unsubscribe: [EMAIL PROTECTED]
>Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
>Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]