Re: Https forwarding problem

2009-03-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hisham, On 3/11/2009 5:52 AM, Hisham wrote: > My concern is that because i have this which makes any > url pattern "CONFIDENTIAL", that it's causing the web service call to be > redirected as well. And its very frustrating why the following config i

Re: Https forwarding problem

2009-03-11 Thread Hisham
Thanks for your reply Chris. At first i did try to limit using "address" attribute, but later i removed it. The config snippets i have shown are complete. You are right, the exception is coming from the web service call. My concern is that because i have this which makes any url pattern "CONFI

Re: Https forwarding problem

2009-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hisham, On 3/6/2009 6:21 AM, Hisham wrote: >/* > CONFIDENTIAL Good. > > clientAuth="false" sslProtocol="TLS" > keystoreFile="conf/keystore.jks" >keystorePass="xyz" maxPostSize="15728640"

Https forwarding problem

2009-03-06 Thread Hisham
Hi, I am using Tomcat 5.5 and I want to forward incoming requests at port 80 to port 443 (i.e. SSL secure connection). This I have achieved quite easily via the following configuration: web.xml: /* CONFIDENTIAL ser