-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 14 May 2002 11:58 am, [EMAIL PROTECTED] wrote: > I'm having trouble excluding internal servers from an internet proxy > in portlets that access data via http. > > I've set CATALINA_OPTS= > "-DproxySet=true -DproxyHost=myproxy -DproxyPort=80 > -DnonProxyHosts=*.mydomain.com" > > and CATALINA_OPTS= > "-DproxySet=true -DproxyHost=myproxy -DproxyPort=80 > -Dhttp.nonProxyHosts=*.mydomain.com" > > I have also set my url in the portlet xreg entry to be an IP address. > I really thought that would work. But I can not access internal > servers. In general, the proxy works. I can access external data > fine. I'm using java 1.3.1 > > Is this just not supported? Is http proxy an all or nothing thing? > > Thank you > > --- > Jeff Sexton > ODS Health Plans > [EMAIL PROTECTED]
Sounds like a routing issue. You can confirm this using a browser on the box running the Portal Service. Configure the browser to use your proxy server. 1. Can you surf to external sites? 2. Can you surf to internal sites? if no to #1 and #2 then there is no route to the proxy server if yes to #1 and no to #2 then the default gatway on the proxy server box might be pointing to a router that performs network address translation (NAT). The solution might be to configure routes for the internal network on the default router used by proxy server. Bypass NAT for the internal-to-internal traffic. if yes to #1 and #2 then you're set! DP - -- David G. Powers PowerSource -----BEGIN PGP SIGNATURE----- Comment: Verify the authenticity of this message with the public key available at http://pssp.com/dgp_pk.asc iD8DBQE84WbUjmjAPDT0/nERAnXaAKDK/PD0FhvIWfDlzPD5uqQF+7syIgCfVJXT qFYDxkWV010BBMrRnkVMVVw= =7d4+ -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
