Re: Proxy Support in tomcat 7

2012-09-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vijay,

On 9/20/12 1:36 AM, Vijay Kumar wrote: Hi all,
 
 I have a scenario where i don't want to contact from my application
 to a web-service using https.

So you want to avoid using the HTTPS protocol?

 I don't want to change firewall details and want to enable 443
 port.

...but you want to use port 443? Well, if you don't want HTTPS on port
443, then you can configure an HTTP connector for port 443 and use
that. You will confuse a lot of clients that way, though.

 Is there any way that can configure a proxy and can handle this
 scenario.

What would the proxy do? Re-route port 80 to port 443? Why not just
bind to port 443?

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.17 (Darwin)
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBbJr0ACgkQ9CaO5/Lv0PD+wACff9Onwr5td+Mzji65E1kOYNon
n5QAn3mDr2cqGOJQMV96cU0pQKccF/k+
=8SKw
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Proxy Support in tomcat 7

2012-09-19 Thread Vijay Kumar
Hi all,

I have a scenario where i don't want to contact from my application to a
web-service using https.
I don't want to change firewall details and want to enable 443 port.

Is there any way that can configure a proxy and can handle this scenario.

My application is deployed at tomcat 7

Thanks,
Vijay G