RE: Tomcat 4.1.24 behind a proxy

2003-08-14 Thread Sylvain.Thevoz
problem, the solution should be known. Have you an idea what to change (in JVM settings or other)? Thanks Sylvain -Message d'origine- De: Ken Rachynski [mailto:[EMAIL PROTECTED] Date: jeudi, 7. août 2003 04:36 À: Tomcat Users List Objet: Re: Tomcat 4.1.24 behind a proxy On Wed, Aug 06, 2003

Re: Tomcat 4.1.24 behind a proxy

2003-08-14 Thread Tim Funk
. août 2003 13:17 À: Tomcat Users List Objet: Re: Tomcat 4.1.24 behind a proxy http://jakarta.apache.org/tomcat/tomcat-4.1-doc/proxy-howto.html ? -Tim [EMAIL PROTECTED] wrote: Hello, My Tomcat server runs behind a proxy. I set on my Windows 2000 server this environment variable to be able

RE: Tomcat 4.1.24 behind a proxy

2003-08-14 Thread Sylvain.Thevoz
: Tomcat 4.1.24 behind a proxy 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) -Tim [EMAIL PROTECTED] wrote: Hello Tim, That doesn't help me

RE: [OT]Re: Tomcat 4.1.24 behind a proxy

2003-08-14 Thread Sylvain.Thevoz
Hello Eric, Thanks for your answer. In my case I can't changing the firewall rules. Sylvain -Message d'origine- De: Eric J. Pinnell [mailto:[EMAIL PROTECTED] Date: mercredi, 6. août 2003 15:44 À: Tomcat Users List Objet: [OT]Re: Tomcat 4.1.24 behind a proxy Hi, We had this happen

Re: Tomcat 4.1.24 behind a proxy

2003-08-14 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/proxy-howto.html ? -Tim [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

[OT]Re: Tomcat 4.1.24 behind a proxy

2003-08-14 Thread Eric J. Pinnell
List Objet: Re: Tomcat 4.1.24 behind a proxy 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) -Tim [EMAIL PROTECTED] wrote: Hello Tim

Tomcat 4.1.24 behind a proxy

2003-08-14 Thread Sylvain.Thevoz
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

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

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.

RE: Tomcat 4.1.24 behind a proxy

2003-08-06 Thread Sylvain.Thevoz
d'origine- De: Tim Funk [mailto:[EMAIL PROTECTED] Date: mercredi, 6. août 2003 13:17 À: Tomcat Users List Objet: Re: Tomcat 4.1.24 behind a proxy http://jakarta.apache.org/tomcat/tomcat-4.1-doc/proxy-howto.html ? -Tim [EMAIL PROTECTED] wrote: Hello, My Tomcat server runs behind a proxy

Re: Tomcat 4.1.24 behind a proxy

2003-08-06 Thread Tim Funk
2003 13:59 À: Tomcat Users List Objet: Re: Tomcat 4.1.24 behind a proxy 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) -Tim [EMAIL PROTECTED] wrote