Re: Tomcat 4.1.24 behind a proxy

2003-08-09 Thread Ken Rachynski
On Wed, Aug 06, 2003 at 09:24:03AM +0200, [EMAIL PROTECTED] wrote:
 Hello,
 
 My Tomcat server runs behind a proxy.
 I set on my Windows 2000 server this environment variable to be able to access to 
 external locations:
 CATALINA_OPTS = -DproxySet=true -DproxyHost=myproxy.blabla.com -DproxyPort=8080
 
 It worked very well since I updated Tomcat to 4.1.24.
 Now it doesn't work anymore.
 
 Is there something wrong with my configuration?

Those appear to be JVM settings.  You didn't also change your JDK at the
same time?

-- 
Ken Rachynski [EMAIL PROTECTED]
http://www.tanga.dyndns.org/
xmpp:[EMAIL PROTECTED]  [http://www.jabber.org]
Fingerprint: 74BF 0307 A067 D5E0 81CF  5DF7 CD9C 293D B6EE DE6F

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Tomcat 4.1.24 behind a proxy

2003-08-08 Thread Ken Rachynski
On Wed, Aug 06, 2003 at 07:59:09AM -0400, Tim Funk wrote:
 So the webserver is making HTTP Requests (as well as receiving them)?
 
 In that case, it sounds like an application error. How is your webapp 
 making HTTP requests? (Venturing into off-topic mode)

That's fairly common with portals.  Cocoon has an example web-scraping
application that connects to sites like Slashdot and retrieves
information for redisplay within a local page.

-- 
Ken Rachynski [EMAIL PROTECTED]
http://www.tanga.dyndns.org/
xmpp:[EMAIL PROTECTED]  [http://www.jabber.org]
Fingerprint: 74BF 0307 A067 D5E0 81CF  5DF7 CD9C 293D B6EE DE6F

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]