RE: Connecting to other internet sites from a Tomcat application via a proxy server

2011-02-21 Thread Conway Liu
Thanks Andre, I'll have a look. Conway -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, 21 February 2011 8:47 p.m. To: Tomcat Users List Subject: Re: Connecting to other internet sites from a Tomcat application via a proxy server Conway Liu wrote:

Re: Connecting to other internet sites from a Tomcat application via a proxy server

2011-02-20 Thread André Warnier
to the internet, but rather needs to send through a proxy server, kind of like specifying a proxy server in web browsers. How do I tell Tomcat that "When you need make a https connection, please do it via this proxy server"? You do not have to tell Tomcat anything, as Tomcat has

Connecting to other internet sites from a Tomcat application via a proxy server

2011-02-20 Thread Conway Liu
, but rather needs to send through a proxy server, kind of like specifying a proxy server in web browsers. How do I tell Tomcat that "When you need make a https connection, please do it via this proxy server"? I have read http://tomcat.apache.org/tomcat-6.0-doc/proxy-howto.html but

Problems with Tomcat behind a Proxy server

2009-02-18 Thread Fabio da Silva Junior
Hello people from the list. I work in a University and have a server running Tomcat 6 with many applications on it. Here in the University, we connect to external addresses trough a proxy server, with many restrictions. Some protocols are blocked, but the HTTP and HTTPS are allowed. One of my

Re: Using tomcat as proxy server

2007-11-02 Thread Pid
Meryl Silverburgh wrote: > HI, > > Can you please tell me where can i find documentation for setting up > Tomcat as a proxy server? Tomcat is in many ways an excellent server, it is however primarily a Servlet Container and not directly comparable to other applications, like, say,

Using tomcat as proxy server

2007-11-02 Thread Meryl Silverburgh
HI, Can you please tell me where can i find documentation for setting up Tomcat as a proxy server? And how can I return a local file in http response if the url ends with '.mp3'? Thank you. - To start a new top

Re: Proxy Server

2007-08-14 Thread Martin Gainty
> To: Sent: Tuesday, August 14, 2007 11:21 AM Subject: Proxy Server Hi, I am using a Tomcat 5.5.9 server (only for development) on my local pc, within a company network that is using a proxy server. Problem: My application does http requests to a server were a proxy is required, as well

Proxy Server

2007-08-14 Thread Dooing
Hi, I am using a Tomcat 5.5.9 server (only for development) on my local pc, within a company network that is using a proxy server. Problem: My application does http requests to a server were a proxy is required, as well as requests to an IP adress were no proxy is required / allowed. I added

Tomcat 5.0 behind squid proxy server

2006-10-15 Thread Nihita Goel
Hello, I am running my Tomcat 5.0 behind a squid proxy server. All http request from outside are first received by the squid proxy server which directs it to my tomcat. When the clients connect the first page is displayed which has a login/password (authentication) screen for which I am

Re: run tomcat behind proxy server the problem is solved thanks all

2006-08-23 Thread valle
o: > Sent: Friday, June 23, 2006 12:11 PM > Subject: run tomcat behind proxy server > > > Hi, > > the comcat on my pc is behind a proxy(LAN), so when tha appllcation on my > tomcat need to communicate to the servers somewhere else outside of the > LAN, > how do

Re: Tomcat as a proxy server

2006-07-24 Thread Pid
McHugh, Jason wrote: > I want to run straight tomcat as a proxy server. (I understand that there > are a variety of other applications out there that may perform better and > offer more features. I also understand that I could front tomcat with apache > and do some sort

Tomcat as a proxy server

2006-07-23 Thread McHugh, Jason
I want to run straight tomcat as a proxy server. (I understand that there are a variety of other applications out there that may perform better and offer more features. I also understand that I could front tomcat with apache and do some sort of rewriting solution. I'd rather not do a

Re: run tomcat behind proxy server the problem is solved thanks all

2006-06-23 Thread Shuaibin Wang
hi , the problem is solved. thanks for the attentation. a nice weekend . swang - Original Message - From: "Shuaibin Wang" <[EMAIL PROTECTED]> To: Sent: Friday, June 23, 2006 12:11 PM Subject: run tomcat behind proxy server Hi, the comcat on my pc is behind a pro

run tomcat behind proxy server

2006-06-23 Thread Shuaibin Wang
Hi, the comcat on my pc is behind a proxy(LAN), so when tha appllcation on my tomcat need to communicate to the servers somewhere else outside of the LAN, how do I configure my tomcat to use the proxy? Many thanks. Swang

Is there any proxy server(SSL capable) written in Java?

2006-06-22 Thread frankpeng
I was thought Tomcat can be set up as a proxy server like Apache. But actually not. Right? I have Tomcat installed. How nice to have another instance running as a proxy server? If I cannot do this, I would rather find a nother proxy server instead of Apache because I like everything in JAVA

Proxy Server

2006-04-24 Thread Mohammed Yousuff
Hi , guys . i am trying to get a XML files in the another Server (RSS Feeds).So when i configured with server to get the data. in our Organisation they are using Proxy Server . so my server (Tomcat 5) unable to connect . then i configured with the Proxy server using the CATALINA_OPTS environmental

Trying to use Tomcat Servlet for Proxy Server - problem with HTTPS pages

2005-12-13 Thread David Stidolph
I've written a simple servlet that acts as a proxy server to record and playback web pages. It works well for http requests (I'm able to cache all files for a web page), but I cannot seem to get it to work with https pages or files. In IE I set the proxy server settings to "loc

Re: tomcat response on Linux is very slow for clients behind proxy server

2005-11-11 Thread Shankar Unni
faria hassan wrote: I'm running Tomcat5.0.26 (as it comes bundled with JBoss) on Fedora Linux 2.6.12-1.1381_FC3smp. I'm having the strangest problem. For users behind a proxy and making requests over Http1.0, the response time is very slow. However, for clients who are not behind a pr

Re: tomcat response on Linux is very slow for clients behind proxy server

2005-11-11 Thread faria hassan
se time is very slow. > However, for clients who are not behind a proxy server, the response time is > excellent. The same version of Tomcat on Windows XP has excellent response > time. > I'm having a very difficult time determining whether this is a Linux issue > or Tomcat . > Please help. > Faria >

tomcat response on Linux is very slow for clients behind proxy server

2005-11-10 Thread faria hassan
Hi, I'm running Tomcat5.0.26 (as it comes bundled with JBoss) on Fedora Linux 2.6.12-1.1381_FC3smp. I'm having the strangest problem. For users behind a proxy and making requests over Http1.0, the response time is very slow. However, for clients who are not behind a proxy server, the res